@charset "UTF-8";

@import url("reset.css");
@import url("fonts.css");

/*
*	[+] tools.css
*
*	[1] base property
*	[2] headSec style
*	[3] ContentsSec style
*	[4] FootSec style
*	
*  [5] SpView style
*
****************************************** */
/*  [+] tools.css
----------------------------------------------- */
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

.inline_p {
	display: inline-block;
	font-size: inherit;
	text-decoration: inherit;
}

.v_center {
	vertical-align: middle;
}

.v_top {
	vertical-align: top;
}

/*.m-t00 { margin-top: 0 !important;}
.p-t08 { padding-top: 8px !important;}
.bold { font-weight:bold;}
.more_right {
	width: 65px;
	margin-left: auto;
}*/

/*  [1] base property
----------------------------------------------- */

html {
	height: 100%;
	color: #525252;
}

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku GothicPro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	width: 100%;
	height: 100%;
	min-width: 767px;
	font-size: 0.8em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing:antialiased;
	/*-webkit-tap-highlight-color: rgba(0,0,0,0); *//*Androidでz-indexを無視したaタグ反応を回避*/
}

body > #wrapper {
	height: auto;
}

img { 
	-ms-interpolation-mode: bicubic; /*ie7シャギー対策*/
}

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
}

#main {
	padding-bottom: 120px;
	max-width: 1480px;
	margin: 0 auto;
}

.text {
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: justify;
}

.attention {
	color: #FF1E4C;
	font-size: 1em;
}


/*リンク*/
a {
	text-decoration: none;
}

a:link {
	color: #479BE6;
}

a:visited {
	color: #479BE6;
}


/*カラー*/
.color_white {
	color: #FFF;
}

.color_black {
	color: #525252;
}

.color_red {
	color: #FF1E4C;
}

.color_blue {
	color: #479BE6;
}

/*イメージサイズ*/
h1 img {
	width: 290px;
	height: 22px;
}

h2 img {
	margin-right: 10px;
}

.inline_img {
	width: auto;
	height: 20px;
	padding: 0 2px;
}

.w200px {
	width: 200px;
	height: auto;
}

/*可変イメージサイズ*/

.img_600px {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 10px auto;
}

.img_600px img {
	width: 100%;
	height: auto;
}

.img_450px {
	display: block;
	width: 100%;
	max-width: 447px;
	margin: 10px auto;
}

.img_450px img {
	width: 100%;
	height: auto;
}

.img_300px {
	max-width: 300px;
	padding: 0 20px;
	margin: 10px auto;
}

.img_300px img {
	width: 100%;
	height: auto;
}

.img_200px {
	max-width: 200px;
	margin: 10px auto;
}

.img_200px img {
	width: 100%;
	height: auto;
}


.img_100 {
	width: 100%;
	height: auto;
	margin: 5px 0% 10px;
	display:block;
}

.img_l {
	width: 90%;
	height: auto;
	margin: 5px 5% 10px;
	display:block;
}

.img_m {
	width: 60%;
	height: auto;
	margin: 5px 20% 10px;
	display:block;
}

.img_s {
	width: 20%;
	height: auto;
	margin: 5px 40% 10px;
	display:block;
}


/*テーブル*/
.TblGryCol {
	background-color: #666;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 100%;
}


.TblGryCol th {
	background: #EEE;
	padding: 3px 3px 3px 6px;
	text-align: left;
	border: 1px solid #B5B5B5;
	width: 25%;
	max-width: 50px;
}

.TblGryCol td {
	background: #FFF;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: 1px solid #B5B5B5;
}

/*見出しタグ用*/
h1 {
	font-size: 1.8em;
	line-height: 1.5em;
}

h2 {
	font-size: 2em;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.9em;
	color: #479BE6;
	margin-bottom: 20px;
	line-height: 1.5em;
}

h3 a {
	text-decoration: underline;
}

h4 {
	color: #FFF;
	font-size: 1.5em;
	padding: 0 5px;
	border-left: solid 5px #9C9C9C;
	line-height: 1.3em;
}


.bar_h4 {
	padding: 5px 10px;
	background-color: #807E7C;
	margin: 20px 0;
}

h5 {
	color: #FFF;
	font-size: 1.2em;
	padding: 3px 10px;
	background-color: #807E7C;
	display:inline-block;
	margin: 30px 0 5px;
	border-radius: 13px;        /* CSS3草案 */  
	-webkit-border-radius: 13px;    /* Android用 */  
}


/*箇条書き用*/

.list {
	margin: 10px 0;
	margin-left: 2em;
	text-indent: -2em;
}

.list_2em {
	margin: 10px 0;
	margin-left: 2em;
	text-indent: -2em;
}

.list_1em {
	margin-left: 1em;
	text-indent: -1em;
}

.num {
	margin-left: 2em;
	list-style-type: decimal;
}

.num_box {
	background-color: #479BE6;
	padding: 0 0.5em;
	color: #FFF;
	font-weight: bolder;
	margin-right: 0.5em;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Android用 */  
}

.num_box2 {
	background-color: #479BE6;
	padding: 0 0.2em;
	color: #FFF;
	font-weight: bolder;
	margin-right: 0.4em;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Android用 */  
}

.disc > li {
	margin-left: 2em;
	list-style-type: disc;
	margin-bottom: 0.3em;
}

/*ボックス用*/

.inner0 {
	padding: 0 0 20px;
}

.inner1 {
	padding: 0 30px 20px;
}

.btn_inbox {
	padding: 10px;
}

.flowbox {
	padding: 10px;
}

.flowbox > * > li {
	margin-bottom: 20px;
}

.float_l {
	width: 46%;
	float: left;
}

.float_r {
	width: 46%;
	float: right;
}

.container1 {
	margin-right: -1px;
	border-top: solid 1px #B5B5B5;
	background-color: #FFF;
}

/*ロールオーバー*/

#g_nav .ro, .inner_btn > .ro {
	background-color: #F5F5F5;
}

.inner_radius > a.ro {
	background-color: #EBEBEB;
}



/*  [2] headSec style
----------------------------------------------- */
#header {
	height: 50px;
	color: #FFF;
	background-image: url(../images/hd_ft_bar.png);
	background-color: #575757;
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: solid 3px #9C9C9C;
	padding: 25px;
}

/*グローバルナビ*/
#g_nav {
	width: 17%;
	padding: 0 2%;
	text-align: center;	
	float: left;
}

#g_nav ul li a {
	color: #525252;
	display: block;
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 20px 0;
	border-bottom: solid #C8C8C8 1px;
}

li.gnav_on a {
	background-image: url(../images/g_nav_bg.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

li#first_nav {
	color: #C5C5C5;
	display: block;
	font-size: 1.3em;
	font-weight: bolder;
	line-height: 1.3em;
	padding: 20px 0;
	border-bottom: solid #C8C8C8 1px;
	background: none;
}


/*  [3] ContentsSec style
----------------------------------------------- */

#contents {
	padding: 20px 3%;
	float: right;
	line-height: 1.6em;
	width: 72%;
}

/*ボタン*/

.btn_cover {
	border: solid 1px #C5C5C5;
	border-bottom: solid 2px #C5C5C5;
	overflow: hidden;
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Android用 */  
	margin: 15px 0;
}

.inner_radius {
	overflow: hidden;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Android用 */  
}

.btn {
	margin-top: -1px;
	padding: 10px 50px 10px 10px;
	border-top: solid 1px #C5C5C5;
	display: block;
	cursor: pointer;
	background-color: #F5F5F5;
}

.next {
	background-image: url(../images/right.png) ;
	background-repeat: no-repeat;
	background-position: center right;
}

.plus {
	background-image: url(../images/plus.png) ;
	background-repeat: no-repeat;
	background-position: center right;
}

.btn_title {
	color: #479BE6;
	font-size: 1.4em;
	line-height: 1.5em;
}

.btn_describe {
	display: block;
	font-size: 0.9em;
	margin-top: 5px;
	color: #525252;
}

.inner_btn li {
	width: 50%;
	float: left;
	background-color: #FFF;
	overflow: hidden;
}

.inner_btn li a {
	border-bottom: solid 1px #B5B5B5;
	border-right: solid 1px #B5B5B5;
	display: block;
	font-size: 1.2em;
	color: #525252;
	padding: 13px 40px 13px 13px;
}


/*  [4] FootSec style
----------------------------------------------- */
#footer {
	position: absolute;
	bottom: 0;
	width: 96%;
	height: 80px;
	padding: 10px 2%;
	border-top: solid 3px #9C9C9C;
	background-image: url(../images/hd_ft_bar.png); 
	background-color: #575757;
	background-repeat: no-repeat;
	background-position: top right;
}

#footer img {
	display:block;
	margin: 5px auto;
}

#copyright {
	color: #FFF;
	font-size: 9px;
	letter-spacing: 0.1em;
	display: block;
	position: absolute;
	width: 96%;
	margin: auto;
	bottom: 5px;
	text-align: center;
}






/*  [5] SpView style
----------------------------------------------- */
@media screen and (max-width: 767px) {

body{
	font-size: 0.7em;
	min-width: 300px;
}

/*ロールオーバー*/
#g_nav .ro  {
	background-color: inherit;
	text-shadow: 0 0 6px #FFF; 
}

/*見出しタグ*/
h1 {
	font-size: 1.3em;
	line-height: 1.6em;
}

h1 img {
	width: 190px;
	height: 15px;
}

h2 {
	font-size: 1.7em;
	font-weight: bolder;
	margin-bottom: 15px;
	text-align: center;
}

h3 {
	font-size: 1.6em;
	margin-bottom: 20px;
	text-align: center;
}

h4 {
	color: #FFF;
	font-size: 1.4em;
	padding: 0 5px;
	border-left: solid 5px #A4A19F;
	line-height: 1.3em;
}
.bar_h4 {
	margin: 10px 0;
}

h5 {
	margin: 20px 0 5px;
}


/*イメージサイズ*/
h2 img {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

#footer img {
	width: 95px;
	height: 14px;
}

/*箇条書き*/
.list_2em {
	margin-bottom: 3px;
}


/*ヘッダー*/
#header {
	height: 26px;
	color: #FFF;
	background-size: 3px 50px;
	border-bottom: none;
	padding: 12px;
}

/*メイン*/
#main {
	padding-bottom: 70px;
}

/*グローバルナビ*/
#g_nav {
	float: none;
	padding: 0;
	width: 100%;
	background-color:  #575757;
}

#g_nav ul {
	border-right: solid 3px #9C9C9C;
}

#g_nav li {
	float: left;
	width: 22%;
	height: 40px;
	padding: 10px 0;
	display: table;
	table-layout: fixed;
}

#g_nav ul li a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 2.5em;
	font-size: 1em;
	font-weight: bolder;
	line-height: 1.3em;
	color: #FFF;
	padding: 5px 0;
	background: url(../images/v_slit.png) repeat-y top right;
	border-bottom: none;
}

li#first_nav {
	display: none;
}

li#last_nav {
	width: 34%;
}

#g_nav ul li#last_nav a {
	background-image: none;
}
#contents {
	padding: 20px 0;
	float: none;
	width: 100%;
}

#g_nav li.gnav_on {
	background-image: url(../images/g_nav_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}


#footer {
	height: 40px;
	padding: 5px 2%;
	background-size: 3px 50px;
	border-top: none;
}

/*ボタン*/
.btn {
	padding: 10px 30px 10px 10px;
}

.btn_title {
	font-size: 1.3em;
}

.inner_btn li {
	width: 100%;
	float:none;
}

.next {
	background-size: 21px 17px;
}

.plus {
	background-size: 21px 17px;
}

.inner_btn li a {
	background-size: 21px 17px;
}

/*ボックス*/
.inner0 {
	padding: 0 10px 10px;
}

.inner1 {
	padding: 0 10px 10px;
}

.float_l {
	width: 100%;
	float: none;
}

.float_r {
	width: 100%;
	float: none;
}

}


/*PC表示用の背景画像Retina対策*/
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio : 1.5),only screen and (min-device-pixel-ratio : 1.5) {

#header {
	background-image: url(../images/hd_ft_bar@2x.png); 
	background-size: 6px 100px; /*css3草案*/
	-webkit-background-size: 6px 100px; /*Android用*/
}

#footer {
	background-image: url(../images/hd_ft_bar@2x.png); 
	background-size: 6px 100px; /*css3草案*/
	-webkit-background-size: 6px 100px; /*Android用*/
}

.next {
	background-image: url(../images/right@2x.png) ;
	background-size: 42px 34px; /*css3草案*/
	-webkit-background-size: 42px 34px; /*Android用*/
}

.plus {
	background-image: url(../images/plus@2x.png) ;
	background-size: 42px 34px; /*css3草案*/
	-webkit-background-size: 42px 34px; /*Android用*/
}
}
