@charset "UTF-8";


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　RESET
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*reset*/
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #191919;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul,ol{
	list-style-type:none;
}
ul li img {
	vertical-align: top;
}

* { margin:0;
	padding:0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 }
*:after { display:block; clear:both; }
article, aside, figure, footer, header,hgroup, nav, section { display:block; }

html,body {
	/*color:#333333;*/
	-webkit-text-size-adjust: none;
	width:100%;
	height: 100%;
	position: relative;
}


/* 追加分 ---------------------------------------- */

h1 {
	width:100%;
	margin:0 auto;
	line-height:0;
	height:auto;
}
h1 img {
	width:100%;
	height:auto;
}
h2 {
	width:100%;
	margin:0 auto;
	line-height:0;
	height:auto;
}
h2 img {
	width:100%;
	height:auto;
}
p {
	width:100%;
	line-height:0;
	font-size: 0;
}
a {
	line-height:0;
}
p img {
	width:100%;
}
section img {
	width:100%;
	height:auto;
}
p a {
	line-height:0;
}





/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　MODULE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body {
	background: #fff;
}


/* header ---------------------------------------- */

header .txt1 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5em;
	padding: 30px 0 10px 0;
	width: 95%;
	margin:0 auto;
}

header .txt2 {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5em;
	padding-bottom: 30px;
}


/* wall ---------------------------------------- */

.sec_wall {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}

.sec_wall .thum {
	width: 95%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
}

.sec_wall .btn {
	width: 95%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top: 5px;
}

.sec_wall .btn a {
	width: 100%;
	line-height: 30px !important;
	display: block;
	text-align: center;
	overflow: hidden;
	background-color: #0072c1;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}


/* list_wall ---------------------------------------- */

.sec_wall .list_wall {
	margin-bottom: 30px;
	overflow: hidden;
}

.sec_wall .list_wall li {
	width: 33.33%;
	margin-bottom: 20px;
	float: left;
}


/* list_icon ---------------------------------------- */

.sec_wall .list_icon {
	overflow: hidden;
}

.sec_wall .list_icon li {
	width: 33.33%;
	margin-bottom: 20px;
	float: left;
}


/* copy ---------------------------------------- */

.copy {
	font-size: 14px;
	line-height: 5em;
	text-align: center;
}



















/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
　PCサイト用
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.pcsite { 
	background-color: #0b3b50;
	}
	
.pcsite .contents {
	background:#fff;
	width:640px;
	margin:0 auto;
	overflow: hidden;
	}


/* 上書き用 ---------------------------------------- */


