@charset "UTF-8";

/* basic
 * --------------------------------------------------------*/
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img{
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {border:0;}
ul {list-style:none;}
/*li {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
} */
img{max-width: 100%;}
a {
	text-decoration:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:hover,a.selected{
    text-decoration:none;
}
a:visited{ color:#1388DE; }

a:focus{outline:0}
a,img{vertical-align:top}

/*ClearFix*/
.clfx:before,
.clfx:after {
    content: " ";
    display: table;
}
.clfx:after {clear: both;}
.clfx {*zoom: 1;}

.hoverOp:hover{
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.fl {float: left;}
.fr {float: right;}
.tac{text-align: center;}

a{/*リンクされた文字*/
	color:#5F5F5F;
	font-style:normal;
	font-weight: normal;
	text-decoration: underline;
}
a:link {/*未訪問のリンク*/
	color:#5F5F5F;
	font-style:normal;
	text-decoration:none;
}
a:visited {/*訪問後のリンク*/
	color:#5F5F5F;
	text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
	color:#4E4E4E;
	font-style:normal;
	text-decoration:underline;
}
a:active {/*クリック中*/
	text-decoration:none;
}


/* main
 * --------------------------------------------------------*/
body{
	margin:0;
	padding:0;
	font-size: 18px;
	font-family: YuGothic, '游ゴシック', sans-serif;
	letter-spacing: 1px;
	text-align:left;
	color:#000;
	}
	
h1{
	font-size: 50px;
    font-weight: 100;
	line-height: 1.7em;
    color: #ED5A24;
	margin-top: 20px;
    margin-left: 50px;
	}
	
h1 span{
	margin-left: -20px;
	}
	
h2{
	font-size: 30px;
    font-family: YuGothic, '游ゴシック', sans-serif;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.1em;
    text-align: center;
    color: #ED5A24;
    margin-top: 50px;
	}

.wrapper{
	background-image: url(../images/back_img.jpg);
	background-position: top;
	background-attachment: fixed;
	}
	
.contents{
	width: 700px;
	margin: 0 auto;
	background-color: #FFF;
	}

.cont{
	width: 650px;
	margin: 0 auto;
	}
	
.yodogawa{
	margin-left: 60px;
    padding-top: 30px;
	margin-bottom: 50px;
	}
	
.cart_space{
	margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 25px;
    margin-right: 25px;
	}
	
.book_name{
	margin-left: -8px;
    font-size: 25px;
	margin-top: 25px;
	}
	
.book_name span{
	margin-left: -5px;
	font-size: 15px;
	}
	
.book_info{
	font-size: 18px;
    line-height: 1.5em;
	}
	
.book_price{
	font-size: 18px;
	}
	
.book_price span{
	font-size: 30px;
	}
	
.tume{
	margin-left: -8px;
	font-size: 16px!important;
	}
	
.cap{
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 10px;
    margin-bottom: 10px;
	}
	
.att{
	font-size: 15px;
	line-height: 1.5em;
	}
.sentence{
	width: 500px;
	margin: 0 auto;
	margin-top: 30px;
    font-size: 18px;
    letter-spacing: 0em;
    line-height: 1.8em;
	margin-bottom: 50px;
	}
	
.sentence img{
	padding-top: 30px;
    padding-bottom: 10px;
    margin-top: 10px;
	}	
	
.itoi{
	border-top: dotted;
    border-width: thin;
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;}


/* footer
 * --------------------------------------------------------*/
#footer {
	margin: 0 auto;
	text-align:center;
	padding-bottom: 5px;
	padding-top: 50px;
}

.ftNavi {
	margin-top: 50px;
	margin-bottom: 20px;
	}
	
.ftNavi li{
	display: inline-block;  
    *display: inline;  
    *zoom: 1; 
	}


.ftCopyright {
	text-align: center;
	font-size: 13px;
	margin-top: 50px;
	margin-bottom: 50px;
}

