@charset "utf-8";
@media screen and (min-width: 641px) { 
html,
body {
	min-width:1000px;
}
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 12px;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

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

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

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1000px;
	color: #333;
	line-height: 1.5;
}

#container {
	text-align: left;
}

#main .mainBox {
	margin: 0 auto;
	width: 1000px;
}

#main .sNavi {
	width: 39px;
	position: fixed;
	top: 100px;
	right: 0;
	z-index: 1000;
}

#main .sNavi li {
	margin-bottom: 6px;
	float: right;
}

#main .sNavi li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	position: fixed;
	padding: 8px 0 18px;
	top: 0;
	width: 100%;
	background: url(../images/header_bg.png) repeat-x left bottom;
	z-index: 1;
}

#header .hBox {
	margin: 0 auto;
	width: 1000px;
}

#header .hBox h1 {
	padding-left: 6px;
	float: left;
}

#header .hBox h1 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#header .spMenu {
	display: none;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	margin-top: 15px;
	float: right;
	font-size: 1.3em;
}

#gNavi li {
	padding: 2px 0;
	display: inline;
	border-left: 1px solid #B7B7B7;
}

#gNavi li a {
	margin: 0 14px 0 18px;
}

#gNavi li:first-child {
	border: none;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 30px 0 26px;
	background-color: #DEDEDE;
	text-align: center;
}

#footer .fBox {
	margin: 0 auto;
	width: 1000px;
}

#footer .fNavi {
	margin-bottom: 45px;
}

#footer .fNavi li {
	display: inline;
	font-size: 1.2em;
}

#footer .fNavi li a {
	margin: 0 10px;
}

#footer .fLogo {
	margin-bottom: 20px;
}

#footer .fLogo a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#footer .shareBox,
#footer .fLink,
#footer .pLink {
	display: none;
}


/* backNumber */
.backNumber {
	padding:2em 0;
}

.backNumber a {
	display:block;
	width:780px;
	background-color:#a52b2e;
	padding:1em 0;
	text-align:center;
	margin: 0 auto;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	background: #c25c5f; /* Old browsers */
	background: -moz-linear-gradient(top,  #c25c5f 0%, #a3393a 40%, #a52b2e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c25c5f), color-stop(40%,#a3393a), color-stop(100%,#a52b2e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c25c5f 0%,#a3393a 40%,#a52b2e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c25c5f 0%,#a3393a 40%,#a52b2e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c25c5f 0%,#a3393a 40%,#a52b2e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c25c5f 0%,#a3393a 40%,#a52b2e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c25c5f', endColorstr='#a52b2e',GradientType=0 ); /* IE6-9 */
	border-radius: 6px;		/* CSS3草案 */
	-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 6px;	/* Firefox用 */
	text-decoration:none;
}

.backNumber a:hover {
	background:#da6b6e;
}


@media all and (min-width: 0) and (max-width: 640px) {
	body {
		min-width: inherit;
		-webkit-text-size-adjust: none;
	}
		
	#main p {
	}
		
	#main .mainBox {
		width: auto;
	}
	
	#main .sNavi {
		display: none;
	}

	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#header {
		position: relative;
		padding: 8px 0 9px;
		background: #1E3C82;
	}
	
	#header .hBox {
		width: 90%;
	}
	
	#header .hBox h1 {
		padding-left: 0;
		float: left;
	}

	#header .spMenu {
		position: absolute;
		right: 0;
		top: 0;
		margin-top: 0;
		display: block;
	}
	
	#header .spMenu a {
		display: block;
		width: 50px;
		height: 50px;
		background: url(../images/menu.gif) no-repeat center center;
		background-size: 26px auto;
	}
	
	#header .spMenu .on {
		background: url(../images/sp_close.gif) no-repeat center center;
		background-size: 50px 50px;
	}

	
	/*------------------------------------------------------------
		グローバルナビ
	------------------------------------------------------------*/
	#gNavi {
		position: absolute;
		margin-top: 0;
		float: none;
		width: 100%;
		left: 0;
		top: 100%;
		font-size: 1.3em;
		display: none;
	}
	
	#gNavi li {
		margin-bottom: 1px;
		padding: 0;
		display: block;
		border-left: none;
		background-color: #1E3C82;
	}
	
	#gNavi li a {
		margin: 0;
		padding: 15px 25px;
		display: block;
		color: #FFF;
		font-size: 10px;
		background: url(../images/sp_icon03.gif) no-repeat 95% center;
		background-size: 8px auto;
	}
	
	#gNavi li:first-child {
		border-left: none;
		border-top: 1px solid #FFF;
	}
	
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#footer {
		padding: 17px 0 0;
		background-color: transparent;
		text-align: center;
	}
	
	#footer .shareBox {
		padding: 0 0 20px;
		display: block;
		text-align: center;
	}

	#footer .shareBox a {
		margin: 0 16px;
		display: inline-block;
	}
	#footer .fBox {
		width: auto;
	}

	#footer .fLink {
		margin-bottom: 22px;
		display: block;
	}
	
	#footer .fLink li {
		padding: 0;
		text-align: left;
		border-top: 1px solid #FFF;
		background-color: #1E3C82;
	}
	
	#footer .fLink a {
		display: block;
		color: #FFF;
		margin: 0;
		padding: 14px 19px;
	}

	#footer .fLink ul {
		display: none;
	}
	
	#footer .fLink ul a {
		padding: 15px 25px;
		color: #333;
		background-color: #D2D8E6;
	}
		
	#footer .fLink .liLink > a {
		position: relative;
	}
	
	#footer .fLink .liLink > a:before {
		margin-top: -7px;
		position: absolute;
		width: 13px;
		height: 13px;
		right: 15px;
		top: 50%;
		background: url(../images/sp_icon02.png) no-repeat left top;
		background-size: 13px 13px;

	    content: ""; 
	}
	#footer .fLink .liLink > a.on:before {
		background: url(../images/sp_icon01.png) no-repeat center;
	}
	
	#footer .fLink ul .subUl li a {
		padding: 15px 25px 15px 50px;
	}

	#footer .pLink {
		margin-bottom: 15px;
		display: block;
	}
	
	#footer .fNavi {
		display: none;
	}
	
	#footer .fLogo {
		margin-bottom: 0;
		padding: 17px 0 10px;
		background-color: #DEDEDE;
	}
	
	#footer .fLogo img {
		margin: 0 auto;
	}

	#footer .copyright {
		padding: 5px;
		font-size: 8px;
		background-color: #DEDEDE;
	}
	
	/* backNumber */
	.backNumber {
	padding:0;
}



.backNumber a {
	width:100%;
	padding:0.5em 0;
}


}
