@charset "utf-8";
/**************************************

reset

**************************************/
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

body {
	-webkit-text-size-adjust: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #333;/*全体の文字色*/
}
@media screen and (max-width:959px){
	strong, b, th, h1, h2, h3, h4, h5, h6{
		font-weight: normal;
	}
	
	strong{
		color:#FF6600;
	}
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
	margin:0;
	padding:0;
}

figure {
    margin: 0;
}


h1, h2, h3, h4, h5, h6{
	font-size:12px;
}

img {
	vertical-align: bottom;
	border: none;
}

a {
	text-decoration:none;
	display:block;
	color:#333;
}

a:visited {
}


#fullwrapper{
	width: 100%;
	overflow: hidden;
}


/**************************************

ヘッダー

**************************************/

#fullwrapper{
	border-top:#000 5px solid
}

h1{
	text-align:center;
	padding-top:15px;
	margin-bottom:10px;

}

h1 img{
	width:285px;
}

header{
	margin-bottom:20px;
}


header p.forpc, header p{
	display:none;
}

header p.forsp{
	display:block;
	text-align:center;
}

@media screen and (min-width:768px) and (max-width:959px){
	
	header{
		width:720px;
		margin:0 auto 0;
		position:relative;
		height:110px;
	}
	
	header h1{
		position:absolute;
		top:20px;
		left:0;
		padding:0;
	}
	
	h1 img{
	width:320px;
	}
	
	header p{
		display:block;
		position:absolute;
		top:20px;
		right:0;
	}
	
	header p.forpc, header p.forsp{
		display:none;
	}
	
}

@media screen and (min-width:960px){
	header{
		width:960px;
		margin:0 auto 0;
		position:relative;
		height:120px;
	}
	
	header h1{
		position:absolute;
		top:33px;
		left:0;
		padding:0;
	}

	h1 img{
	width:320px;
	}
	
	header p.forpc{
		display:block;
		position:absolute;
		top:30px;
		right:315px;
	}
	header p{
		display:block;
		position:absolute;
		top:30px;
		right:0;
	}
	
	header p.forsp{
		display:none;
	}

}

section{
	margin-bottom:40px;
}


/**************************************

グローバルナビ

**************************************/
nav ul{
	zoom:1;
	overflow:hidden;
	margin-bottom:30px;
}


nav li{
	line-height:45px;
	text-align:center;
	background:url(../img/bg-gnav.png) repeat-y left top, -webkit-gradient(linear, left top, left bottom, color-stop(0.00, rgb(221,30,30)), color-stop(0.50, rgb(190,25,25)), color-stop(1.00, rgb(150,20,20)));
	background:url(../img/bg-gnav.png) repeat-y left top, -webkit-linear-gradient(top, rgb(221,30,30) 0%, rgb(190,25,25) 50%, rgb(150,20,20) 100%);
	background:url(../img/bg-gnav.png) repeat-y left top, -moz-linear-gradient(top, rgb(221,30,30) 0%, rgb(190,25,25) 50%, rgb(150,20,20) 100%);
	background:url(../img/bg-gnav.png) repeat-y left top, -o-linear-gradient(top, rgb(221,30,30) 0%, rgb(190,25,25) 50%, rgb(150,20,20) 100%);
	background:url(../img/bg-gnav.png) repeat-y left top, -ms-linear-gradient(top, rgb(221,30,30) 0%, rgb(190,25,25) 50%, rgb(150,20,20) 100%);
	background:url(../img/bg-gnav.png) repeat-y left top, linear-gradient(to bottom, rgb(221,30,30) 0%, rgb(190,25,25) 50%, rgb(150,20,20) 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#DD1E1E,endColorStr=#961414);
	width:33%;
	float:left;
	display:inline;
	behavior: url(/PIE.htc);
}


nav li{ 
	border-left:1px solid #951414\9;
}


nav li.third{
	width:34%;
}

nav li.third{
	width:33%\9;
	border-right:none\9; 
}


nav li img{
	vertical-align:middle;
}

@media screen and (min-width:768px) and (max-width:959px){
	nav{
		width:720px;
		margin:0 auto;
	}
	nav ul{
		border-style: solid;
		border-width: 2px;
		-moz-border-image: url(../img/border-gnav.png)2 round;
		-webkit-border-image: url(../img/border-gnav.png) 2 round;
		-o-border-image: url(../img/border-gnav.png) 2 round;
		border-image: url(../img/border-gnav.png) 2 round;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		behavior: url(/PIE.htc);
	}
	
	nav li{
		line-height:43px;
		width:120px;
	}
	

	nav ul{	
		border:1px solid #961414\9;
	}

	nav li{ width:119px\9;}

	
	nav li.third{
		width:118px;
	}
}

@media screen and (min-width:960px){
	nav{
		width:960px;
		margin:0 auto;
	}
	nav ul{
		border-style: solid;
		border-width: 2px;
		-moz-border-image: url(../img/border-gnav.png)2 round;
		-webkit-border-image: url(../img/border-gnav.png) 2 round;
		-o-border-image: url(../img/border-gnav.png) 2 round;
		border-image: url(../img/border-gnav.png) 2 round;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		behavior: url(/PIE.htc);
	}
	
	nav li{
		line-height:43px;
		width:160px;
	}
	
	nav li.third{
		width:158px;
	}
	nav li{ width:159px\9;}

	
	nav ul{	
		border:1px solid #961414\9;
	}

}

/**************************************

コンテンツのレイアウト

**************************************/
#content #left,#content #right{
	margin-bottom:75px;
}

@media screen and (min-width:768px) and (max-width:959px){
	#content{
		width:720px;
		margin:0 auto;
	}
}

@media screen and (min-width:960px){
	#content{
		width:960px;
		margin:0 auto;
		zoom:1;
		overflow:hidden;
	}
	
	#content #left{
		width:640px;
		float:left;
		display:inline;
	}
	
	#content #right{
		width:300px;
		float:right;
		display:inline;
	}

}

/**************************************

右バナー部分

**************************************/

#bnr-area{
	padding:10px;
	background-color:#F2F2F2;
	margin-bottom:20px;
}

#bnr-area a{
	padding-top:20px;
}

#bnr-area a.first{
	padding-top:0px;
}

#bnr-area figure{
	width:300px;
	margin:0 auto;
}

#bnr-area figure img{
	margin-bottom:3px;
}

@media screen and (min-width:768px) and (max-width:959px){
	#bnr-area ul{
		zoom:1;
		overflow:hidden;
	}
	
	#bnr-area li{
		width:50%;
		float:left;
		display:inline;
	}
	
	#bnr-area a.second{
		padding-top:0px;
	}

}

@media screen and (min-width:960px){
	#bnr-area{
		padding:0px;
		background-color:#fff;
	}
}


/**************************************

SNS部分

**************************************/

#twitter_box,#facebook_box{
	width:300px;
	margin:0 auto 20px;
}

#twitter_box hgroup{
	position:relative;
}

#twitter_box hgroup p{
	position:absolute;
	top:5px;
	left:40px;
}

#twitter_box hgroup p a{
	color:#FFF;
}

#twitter{
	height:288px !important;
}

div.twitter-timeline div.timeline-footer, .timeline-header {
	    display: none;
}

div.twitter-timeline div.stream{
	height:288px !important;
}

@media screen and (min-width:768px) and (max-width:959px){
	#sns{
		zoom:1;
		overflow:hidden;
		width:660px;
		margin:0 auto;
	}
	
	#twitter_box,#facebook_box{
		width:300px;
		float:left;
		display:inline;
	}
	
	#twitter_box{
		margin-right:60px;
	}
}

/**************************************

フッター

**************************************/
#footer-wrap{
	background-color:#F2F2F2;
	border-top:#AE1717 3px solid;
}

#footer{
	margin:0 10px;
	position:relative;
	padding:10px 0;
}

#footer p#pagetop{
	position:absolute;
	top:-25px;
	right:10px;
}

#footer ul{
	zoom:1;
	overflow:hidden;
}

#footer li{
	width:50%;
	float:left;
	display:inline;
	margin-bottom:10px;
}

#footer li a{
	background-image:url(../img/yajirusi-red.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:20px;
}

#footer p{
	text-align:center;
}

address{
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	padding:3px 0;
	background-color:#000000;
	font-style:normal;
}

@media screen and (min-width:768px) and (max-width:959px){
#footer{
	width:720px;
	margin:0 auto;
}

#footer:after{
	content:"";
	height:0;
	clear:both;
	display:block;
}


#footer ul{
	zoom:1;
	overflow:hidden;
	width:300px;
	float:left;
	display:inline;
}

#footer li{
	width:100px;
}

#footer p#tel{
	width:300px;
	float:right;
	display:inline;
}
	
}

@media screen and (min-width:960px){
#footer{
	width:960px;
	margin:0 auto;
}

#footer:after{
	content:"";
	height:0;
	clear:both;
	display:block;
}


#footer ul{
	zoom:1;
	overflow:hidden;
	width:600px;
	float:left;
	display:inline;
}

#footer li{
	width:100px;
}

#footer p#tel{
	width:300px;
	float:right;
	display:inline;
}
}





/**************************************

汎用スタイル

**************************************/

/*見出しのスタイル01*/
.headerstyle01{
	background-image:url(../img/grad_headstyle01.svg);
	border-bottom:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	position:relative;
	margin-bottom:15px;
}

.headerstyle01 h2,.headerstyle01 h3,.headerstyle01 h4{
	line-height:32px;
	font-size:133%;
	position:relative;
	padding-left:10px;
	margin-left:10px;
	font-weight:normal;
}

.headerstyle01 h2:before,.headerstyle01 h3:before,.headerstyle01 h4:before{
	background-color:#E5002C;
    content: "";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top:6px;
    width: 4px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	behavior: url(/PIE.htc);
}


.headerstyle01 p a{
	position:absolute;
	top:5px;
	right:10px;
	background-image:url(../img/yajirusi-red.png);
	background-position:left 4px;
	background-repeat:no-repeat;
	padding-left:18px;
	text-decoration:none;
	color:#E5002C;
}

.headerstyle01 p a:hover{
	color:#FB7B92;
}




@media screen and (min-width:768px)and (max-width:959px){
	.headerstyle01{
		border:1px solid #ccc;
		width:718px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		behavior: url(/PIE.htc);

	}
}

@media screen and (min-width:960px){
	.headerstyle01{
		border:1px solid #ccc;
		width:636px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		behavior: url(/PIE.htc);

	}
	
	.headerstyle01{ 
	background-image:url(../img/bg_headstyle01.jpg)\9;
	}


}



/*見出しのスタイル02*/

.headerstyle02{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.00, rgb(221,30,30)), color-stop(0.50, rgb(190,25,25)), color-stop(1.00, rgb(150,20,20)));
	background:-webkit-linear-gradient(top, rgb(221,30,30) 0%, rgb(190,25,25) 50%, rgb(150,20,20) 100%);
	background:-moz-linear-gradient(top, rgb(221,30,30) 0%, rgb(190,25,25) 50%, rgb(150,20,20) 100%);
	background:-o-linear-gradient(top, rgb(221,30,30) 0%, rgb(190,25,25) 50%, rgb(150,20,20) 100%);
	background:-ms-linear-gradient(top, rgb(221,30,30) 0%, rgb(190,25,25) 50%, rgb(150,20,20) 100%);
	background:linear-gradient(to bottom, rgb(221,30,30) 0%, rgb(190,25,25) 50%, rgb(150,20,20) 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#DD1E1E,endColorStr=#961414);
	-moz-border-radius-topleft: 3px;  
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;  
	-webkit-border-top-right-radius: 3px;
	color:#FFFFFF;
	font-weight:normal;
	position:relative;
	behavior: url(/PIE.htc);
}

.headerstyle02 h3{
	line-height:30px;
	font-size:133%;
	padding-left:5px;
}

.headerstyle02 p a{
	position:absolute;
	top:5px;
	right:10px;
	background-image:url(../img/yajirusi-red.png);
	background-position:left 4px;
	background-repeat:no-repeat;
	padding-left:18px;
	text-decoration:none;
	color:#fff;
}


/*見出しのスタイル03*/

.headerstyle03{
	font-size:166%;
	border-bottom:3px solid #E60932;
	margin-bottom:30px;
	padding:0 0 10px 20px;
	background-image:url(../img/bg_headerstyle03.gif);
	background-size:15px 15px;
	background-position:left 3px;
	background-repeat:no-repeat;
}

@media screen and (min-width:768px){
	.headerstyle03{
		font-size:216%;
		padding:0 0 5px 25px;
		background-image:url(../img/bg_headerstyle03.gif);
		background-size:20px 20px;
		background-position:left 3px;
		background-repeat:no-repeat;
		line-height:120%;
		font-weight:normal;
}

}

/*見出しのスタイル04*/
.headerstyle04{
	font-size:133%;
	padding-left:5px;
	border-bottom:#E70932 1px solid;
	padding-bottom:5px;
	margin-bottom:10px;
	border-left:#E70932 5px solid;
}



	
