﻿
/*--------------------

	reset
	
--------------------*/
	
@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border:0;
	font-style:normal;
	font-weight: normal;
	font-size: 16px;
	vertical-align: baseline;
	/*font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'ヒラギノ角ゴ Pro W3','メイリオ','Hiragino Kaku Gothic Pro',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	overflow:inherit;
	height:100%
}

body{
	width:100%;
	line-height:2.0em;
	font-size:110%;
	_font-size:100%;
	color:#38312B;
	letter-spacing:0.1em;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea, select{
	font-size:100%;
	line-height:1.5em;
	letter-spacing:0.1em;
	margin:0;
	padding:0;
}

input, p {
	margin:0;
	padding:0;
}

ol, ul,li{
    list-style:none;
}

table {
	text-align:left;
	vertical-align:top;
	margin:0 auto;
	border-collapse:collapse;
	border-spacing:0
}

td, th {
	text-align:left;
	vertical-align:top
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

a:link,a:visited{ color: #57450D; text-decoration:underline;}
a:active,a:hover{ color: #57450D; text-decoration:none;}

img {
	font-size:0;
	border:0;
	line-height:0;
	letter-spacing:0;
	max-width:100%;
	height:auto;
}

a img:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}



/*--------------------

	font
	
--------------------*/


html:not([lang*=""]) #WRAPPER,
html:not([lang*=""]) #WRAPPER input,
html:not([lang*=""]) #WRAPPER textarea,
html:not([lang*=""]) #WRAPPER select{
	letter-spacing:normal;
}/*Firefox hack*/

a:link,
a:visited{ color: #3b342e; text-decoration:underline;}
a:active,
a:hover{ color: #3b342e; text-decoration:none;}



/*　Text　*/
.TxtB{font-weight:bold;}
.Txt70{font-size:70%;line-height:1.3em;}
.TxtS{font-size:82%;}
.TxtM{font-size:90%;}
.Txt105{font-size:105%!important;}
.Txt110{font-size:110%!important;}
.Txt120{font-size:120%!important;}
.Txt130{font-size:130%;}

.Txt140{font-size:140%;}
.Txt160{font-size:160%;}

.Txt200{font-size:200%;}


.Txt110B{font-size:110%;font-weight:bold;}
.Txt120B{font-size:120%;font-weight:bold;}
.Txt130B{font-size:130%;font-weight:bold;}
.Txt130{font-size:130%;}
.Txt140B{font-size:140%;font-weight:bold;}
.Txt160B{font-size:160%;font-weight:bold;}
.Txt160{font-size:160%;}


.TxtS_R{font-size:82%;color:#F84333;}
.Txt_R{color:#D80000!important;}
.Txt_Br{color:#330000!important;}
.Txt_Ye{color:#DD960D!important;}
.Txt_Gr{color:#3D8B06!important;}
.Txt_Pink{color:#FF998A!important;}


#WRAPPER .TxtB_R{font-weight:bold;color:#D80000;}
#WRAPPER .Txt140BR{font-size:140%;font-weight:bold;color:#F84333;}


.Mn{
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.Ls200{
	letter-spacing:0.2em;
	text-align:center;
}

.UnderLine{
	text-decoration:underline;
}

/*--------------------

	etc
	
--------------------*/


.Center{ text-align:center;}
.Left{text-align:left;}
.Right{text-align:right;}

/*マージン*/
.MgB5{margin-bottom:5px;}
.MgB10{margin-bottom:10px;}
.MgB20{margin-bottom:20px;}
.MgB25{margin-bottom:25px;}
.MgB30{margin-bottom:30px!important;}
.MgB40{margin-bottom:40px!important;}
.MgB50{margin-bottom:50px!important;}
.MgB100{margin-bottom:100px!important;}

.MgB0{margin-bottom:0px!important;}
.MgR0{margin-right:0;}
.MgR5{margin-right:5px;}
.MgR10{margin-right:10px;}
.MgR20{margin-right:20px;}

.MgL10{margin-left:10px;}
.MgL20{margin-left:20px;}
.MgR10{margin-right:10px;}



/*パディング*/
.PdL10{padding-left:10px;}
.PdL20{padding-left:20px;}
.PdB10{padding-bottom:10px;}
.PdT20{padding-top:20px;}
.PdT30{padding-top:30px;}
#WRAPPER .PdT20{padding-top:20px;}
#WRAPPER .PdT10{padding-top:10px;}
.PdR10{padding-right:10px;}

.FlL{ float:left;}
.FlR{float:right;}

.Bgblue{background:#DAF3FE;}
.Bgred{background:#FED2CF;}
.Green{color:#6DAB22;}
.Green a{color:#6DAB22;}

.BD{
	border: none;
	border-bottom:1px dotted #3b342e;
	margin-bottom:20px;
}

p,a,h1,h2,h3,h4,h5,h6,dl dt,dl dd,.Pankuzu{
    -webkit-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    transform: rotate(0.028deg);	
}




/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #3b342e;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #3b342e;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #3b342e;
	-webkit-box-shadow: 1px 1px 3px #3b342e;
	box-shadow: 1px 1px 3px #3b342e;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #3b342e;
	-webkit-box-shadow: inset 1px 1px 3px #3b342e;
	box-shadow: inset 1px 1px 3px #3b342e;
}

角丸 {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#3b342e000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#3b342e000')";
	background-image: -moz-linear-gradient(top, #ffffff, #3b342e000);
	background-image: -ms-linear-gradient(top, #ffffff, #3b342e000);
	background-image: -o-linear-gradient(top, #ffffff, #3b342e000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#3b342e000));
	background-image: -webkit-linear-gradient(top, #ffffff, #3b342e000);
	background-image: linear-gradient(top, #ffffff, #3b342e000);
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

時々使うCSS3 end */
