@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*
=======================================
	Reset CSS
=======================================
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}
html, body, div, span, object, iframe, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
	display: block;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	color: #1a1a1a;
	line-height: 1.5;
	font-size: 100%;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
ul, ol {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, input, select, textarea {
	vertical-align: middle;
}
a {
	color: #000000;
	/*transition: 0.5s;*/
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
}
a:hover{
    text-decoration: none;
}
/*Icon Fonts*/
@font-face {
	font-family: 'kokoro';
	src: url('../font/ipaexm.ttf'), url('../font/ipaexg.ttf');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
	content: "\e600";
}
.icon-twitter:before {
	content: "\e601";
}
.icon-pinterest:before {
	content: "\e602";
}

/*
=========================================
	Base Layout
=========================================
*/
/*ALL and Smart Phone*/
body {
	font-family: sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: 100;
	color: #1a1a1a;
}
/*
=========================================
	Modules（Block）
=========================================
*/
#Contents #ContentsInner {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
}
#Main {
	margin: 0 auto !important;
	padding: 8px 0 0 !important;
	width: 100% !important;
}
#MainInner {
	border-top: medium none !important;
	margin: 0 auto !important;
	width: 100% !important;
	padding-top: 0 !important;
}
#Main .BreadCrumb {
	border-bottom: 1px solid #dcdcd5;
	margin: 0 auto !important;
	padding-bottom: 6px;
	width: 980px !important;
}
#Footer {
	margin: 0 auto !important;
}
#cn-asahi {
	margin: 0 auto;
	padding: 0 0 20px;
	width: 980px;
}
#cn-top-wrapper {
	clear: both;
	width: 100%;
}
#cn-wrapper {
	width: 100%;
}
#cn-container {
	margin: 0 auto;
	width: 980px;
}
#cn-content {
	margin: 10px auto;
	width: 980px;
    border-bottom: 1px solid #dcdcd5;
}
#cn-main {
	float: left;
	width: 640px;
}
#cn-side {
	float: right;
	margin: 45px 0 40px;
	width: 300px;
}
/*
=========================================
	Each page（Original）
=========================================
*/

.intro {
	font-size: 14px;
}

.intro  h1 span {
	font-size:16px;
}

#mainv {
	margin-bottom:30px;
	text-align:center;
}

#mainv span {
	display:inline-block;
	padding-top:8px;
} 

.lead {
	padding:0 20px;
	font-size:16px;
}
	
.article {
	background: #fff;
	margin-bottom: 30px;
}
.article_inner {
/*	padding: 0 20px 20px 20px;*/
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}
.article_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #1a1a1a;
	border-left: solid 6px #b32424;
	padding-left: 10px;
	margin: 30px 0;
}
.article p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.6;
  letter-spacing: -0.1px;
}
.article .img {
	width:450px;
	margin:0 auto;
	margin-bottom:30px;
}

.article .img img {
	height:300px;
	border:1px solid #e6e6e6;
	box-sizing:border-box;
}

.article .cap {
	padding:8px 5px;
	font-size:12px;
	margin-bottom:0;
}

.article .link {
	text-align:center;
	margin-bottom:40px;
}

.article .link a {
	display: inline;
	text-decoration:underline;
}

.article .ques {
	color: #b32424;
	margin-bottom: 20px;
}
/*
=========================================
	Modules（Parts）
=========================================
*/

#credit {
	text-align: right;
	margin-top: 10px;
}
#cn-main .intro h1 {
/*
	border-top: 8px solid #b32424;
	border-bottom: 2px solid #b32424;
*/
	padding: 14px;
	font-size: 28px;
    background-color: #01A8A7;
    color: #fff;
    margin-bottom: 40px;
}
#cn-main #sns {
/*	text-align: right;*/
    text-align: left;
	padding: 15px 0 5px 0;
}

/*btn_page
--------------------*/

#btn_page {
	width: 300px;
	margin: 0 auto;
}
#btn_page li {
	float: left;
}
#btn_page li {
	width: 60px;
	height: 40px;
}
#btn_page a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background: url(../images/btn_page.gif) no-repeat;
	background-size:280px 80px;
}
#btn_page .btn01 a {
	background-position: 0 0;
}
#btn_page .btn02 a {
	background-position: -60px 0;
}
#btn_page .btn03 a {
	background-position: -120px 0;
}
#btn_page .btn04 a {
	background-position: -180px 0;
}
#btn_page .btn05 a {
	background-position: -240px 0;
}
#btn_page .btn01 a:hover, #btn_page .btn01.active a {
	background-position: 0 -40px;
}
#btn_page .btn02 a:hover, #btn_page .btn02.active a {
	background-position: -60px -40px;
}
#btn_page .btn03 a:hover, #btn_page .btn03.active a {
	background-position: -120px -40px;
}
#btn_page .btn04 a:hover, #btn_page .btn04.active a {
	background-position: -180px -40px;
}
#btn_page .btn05 a:hover, #btn_page .btn05.active a {
	background-position: -240px -40px;
}
#article_side {
    margin-top: 20px;
    letter-spacing: -0.8px;
}
#article_side li {
	border-bottom: 1px solid #DEDEDE;
	font-size: 14px;
    margin-bottom: 2px;
}
#article_side li.scene_category {
    font-size: 13px;
}
#article_side li.sp_category {
    background-color: #01A8A7;
}
#article_side #side_title {
	border-top: 4px solid #b32424;
	font-size: 18px;
}
#article_side .side_last {
	border-bottom: 1px solid #b32424;
}
#article_side li.sp_category a {
	background: url(../images/arrow_03.png) no-repeat right 18px center;
    display: block;
    padding: 8px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
#article_side li.scene_category a {
    background: url(../images/arrow_02.png) no-repeat right 18px center #F4FFFF;
    display: block;
    padding: 8px 0 8px 16px;
}

.sp_category span{
    font-size: 11px;
}
.scene_category span.side_scene{
    background-color: #01A8A7;
    color: #fff;
    margin-right: 10px;
    padding: 2px 9px;
}
.scene_category span.side_txt{
    display: inline-block;
    margin-top: 8px;
}

#cn-side p {
	margin-top:20px;
}

.side_fixed {
	position: fixed;
	top: 20px;
	width:300px;
}
/*
=========================================
	Utilities
=========================================
*/
/* width
---------------------------------*/
.u-w600 {
	width: 600px;
}
/* パディング
---------------------------------*/
.u-pt50 {
	padding-top: 50px;
}
/* マージン
---------------------------------*/
.u-mt0 {
	margin-top: 0;
}
.u-mt5 {
	margin-top: 5px;
}
.u-mt10 {
	margin-top: 10px;
}
.u-mt15 {
	margin-top: 15px;
}
.u-mt20 {
	margin-top: 20px;
}
.u-mt25 {
	margin-top: 25px;
}
.u-mt30 {
	margin-top: 30px;
}
.u-mt35 {
	margin-top: 35px;
}
.u-mt40 {
	margin-top: 40px;
}
.u-mt45 {
	margin-top: 45px;
}
.u-mt50 {
	margin-top: 50px;
}
.u-mb0 {
	margin-bottom: 0;
}
.u-mb5 {
	margin-bottom: 5px;
}
.u-mb10 {
	margin-bottom: 10px;
}
.u-mb15 {
	margin-bottom: 15px;
}
.u-mb20 {
	margin-bottom: 20px;
}
.u-mb25 {
	margin-bottom: 25px;
}
.u-mb30 {
	margin-bottom: 30px;
}
.u-mb35 {
	margin-bottom: 35px;
}
.u-mb40 {
	margin-bottom: 40px;
}
.u-mb45 {
	margin-bottom: 45px;
}
.u-mb50 {
	margin-bottom: 50px;
}
.u-mb300 {
	margin-bottom: 300px;
}
/* 左右行揃え
---------------------------------*/
.u-text-left {
	text-align: left;
}
.u-text-right {
	text-align: right;
}
.u-text-center {
	text-align: center;
}
/* バックグラウンドカラー
---------------------------------*/
.u-bg-gray {
	background-color: #C8C8C8;
}
.u-bg-yellow {
	background-color: #FFFFCC;
}
.u-bg-pink {
	background-color: #FFD6D9;
}
.u-bg-lightBlue {
	background-color: #D2EFFF;
}
.u-bg-purple {
	background-color: #F4F4F4;
}
/* common-color
---------------------------------*/

/* フロート／フロート解除
---------------------------------*/
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
/* 表示調整
---------------------------------*/
/*SP*/
.u-sp {
	display: block;
}
.u-pc {
	display: none;
}


