@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:common.css */
/* creation date:2015年3月31日 */
/* last updated:2015年3月31日 */
/* -------------------------------------------------- */

/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
	margin:0;
	padding:0;
}

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
	display:block;
}

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */

html {
	overflow-y:scroll;
	* overflow-x:hidden;
	_overflow:auto;
}

html, body {
	width:100%;
	min-height:100%;
}

body {
	line-height:1.5;
	color:#111;
	background:#fff;
}

@media screen and (min-width: 640px) {
body {
	font-size:16px;
	*font-size:92%;
	font-family:G-bold,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	_font-family:"ＭＳ Ｐゴシック", sans-serif;
	letter-spacing:0.2em;
}
}
@media screen and (max-width: 639px) {
body {
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing:0.05em;
}
}


a {
	color:#111;
	text-decoration:none;
}
a:hover {
	color:#111;
	text-decoration:none;
}

/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

@media screen and (min-width: 640px) {
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

}
@media screen and (max-width: 639px) {
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}

}

p {
	line-height:1.5;
}

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol , ul , li {
	list-style:none;
	zoom:1;
	overflow:hidden;
}

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
	font-size:100%;
	border-collapse:collapse;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

dl, dt, dd {
	zoom:1;
	overflow:hidden;
}

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
	border:none;
}

input, textarea, select, label {
	font-size:100%;
	vertical-align:middle;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

label {
	cursor:pointer;
}

textarea {
	overflow:auto;
}

legend {
	display:none;
}


/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
	border:none;
	vertical-align:middle;
}

object {
	vertical-align:middle;
	outline:none;
}

i ,em {
	font-style:normal;
}

b ,
strong {
	font-weight:normal;
}

small {
	font-size:100%;
}

abbr, acronym {
	border:none;
	font-variant:normal;
}

address, caption, cite, code, dfn, var {
	font-weight:normal;
	font-style:normal;
}

code, pre {
	font-family:monospace;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

hr {
	display:none;
}

/* ------------------------------------------------------------
	007.For IE6/7
------------------------------------------------------------ */
*:first-child + html body,
*:first-child + html br {
	letter-spacing:0;
}


/* ------------------------------------------------------------
	100 Common Style css
------------------------------------------------------------ */

/* --------------------------------------
		101 outline
-------------------------------------- */
@media screen and (min-width: 640px) {
	#wrap {
		width:100%;
		min-width:1000px;
		height:100%;
		background:url(/cmp/nikufes-kon/common/images/bg_base_cover.png);
	}
}

@media screen and (max-width: 639px) {
	#wrap {
		background:url(/cmp/nikufes-kon/common/images/bg_base_cover.png);
		background-size:2px auto;
	}
}

/* --------------------------------------
		102 header
-------------------------------------- */
header {
	background:#fff;
	padding:10px;
	overflow:hidden;
	zoom:1;
}

@media screen and (min-width: 640px) {
	header .logoArea {
		width:400px;
		line-height:44px;
		float:left;
	}
	
	header .socialArea {
		width:360px;
		height:20px;
		padding:12px 0;
		float:right;
	}
	header .socialArea ul li {
		width:100px;
		float:left;
	}
	header .socialArea ul li.twitter {
		top:4px;
		position:relative;
	}
}

@media screen and (max-width: 639px) {
	header .logoArea {
		text-align:center;
		padding-bottom:5px;
	}
	header .logoArea img {
		width:auto;
		height:20px;
	}
	header .socialArea {
		width:300px;
		text-align:center;
		margin:0 auto;
	}
	header .socialArea ul li {
		width:100px;
		float:left;
	}
}


/* --------------------------------------
		103 contents
-------------------------------------- */
@media screen and (min-width: 640px) {
	#mainBlock {
		min-width:1000px;
		background:url(/cmp/nikufes-kon/common/images/bg_base_main.png);
		overflow: hidden;
	}
	
	#mainBlock .inner {
		height: 960px;
		text-align:center;
		background:url(/cmp/nikufes-kon/common/images/bg_main.png) no-repeat 50% 0%;
		padding:110px 0 0px;
		position: relative;
		box-sizing: border-box;
	}
	#mainBlock .inner .img_f {
		max-width: 40%;
		position: absolute;
		right: 50%;
		margin-right: 13%;
		top: -30px;
	}
	#mainBlock .inner .img_m {
		max-width: 40%;
		position: absolute;
		left: 50%;
		margin-left: 13%;
		top: 30px;
	}
	#mainBlock .inner .img_f img {
		max-width: 100%;
		height: auto;
	}
	#mainBlock .inner .img_m img {
		max-width: 100%;
		height: auto;
	}
	.boxSizeHeight {
		min-width:1000px;
		position:relative;
		padding:150px 0;
	}
	
	.innerBoxSize {
		width:990px;
		margin:0 auto;
		position: relative;
	}
	
	.innerBoxSize:after {
		clear:both;
		content:" ";
		display:block;
	}
	#mainBlock .sp {
		display:none;
	}
}

@media screen and (max-width: 639px) {
	#mainBlock {
		overflow: hidden;
	}
	#mainBlock .pc {
		display:none;
	}
	.boxSizeHeight {
		position:relative;
		padding:30px;
	}
	
	.innerBoxSize {
		margin:0 15px;
	}
	
	.innerBoxSize:after {
		clear:both;
		content:" ";
		display:block;
	}
}

/* --------------------------------------
		104 footer
-------------------------------------- */
@media screen and (min-width: 640px) {
	footer#foot {
		letter-spacing:0.1em;
	}
	footer#foot nav {
		text-align:center;
		line-height:60px;
		color:#fff;
		background:#171717;
	}
	
	footer#foot nav a {
		color:#fff;
	}
	
	footer#foot .logoArea {
		text-align:center;
		background:#fff;
		padding:25px 0;
	}
	
	footer small {
		font-size:71%;
		line-height:50px;
		text-align:center;
		color:#555;
		display:block;
	}
}
@media screen and (max-width: 639px) {
	footer#foot {
	}
	footer#foot nav {
		text-align:center;
		line-height:22px;
		color:#fff;
		background:#171717;
		padding:15px 0;
	}
	footer#foot nav span {
		display:block;
	}
	footer#foot nav a {
		color:#fff;
		display:inline-block;
	}
	footer#foot nav span a:nth-of-type(1):before ,
	footer#foot nav a:nth-of-type(3):before {
		content:"｜";
		display:inline-block;
	}
	footer#foot .logoArea {
		text-align:center;
		background:#fff;
		padding:25px 0;
	}
	footer#foot .logoArea img {
		width:68px;
		height:auto;
	}
	footer small {
		font-size:71%;
		line-height:50px;
		text-align:center;
		color:#555;
		display:block;
	}
}

/* --------------------------------------
		105 other
-------------------------------------- */
@media screen and (min-width: 640px) {
	.f10 {
		font-size:10px;
	}
	.f12 {
		font-size:12px;
	}
	.f14 {
		font-size:14px;
	}
	.f18 {
		font-size:18px;
	}
	.f16 {
		font-size:16px;
	}
	.f20 {
		font-size:20px;
	}
	.f22 {
		font-size:22px;
	}
	.f24 {
		font-size:24px;
	}
	.f26 {
		font-size:26px;
	}
	.f28 {
		font-size:28px;
	}
	.f30 {
		font-size:30px;
	}
	.f32 {
		font-size:32px;
	}
	.f36 {
		font-size:36px;
	}
	.f40 {
		font-size:40px;
	}
	.f50 {
		font-size:50px;
	}
	.f60 {
		font-size:60px;
	}
}
@media screen and (max-width: 639px) {
	.f10 {
		font-size:8px;
	}
	.f12 {
		font-size:10px;
	}
	.f14 {
		font-size:12px;
	}
	.f18 {
		font-size:14px;
	}
	.f16 {
		font-size:13px;
	}
	.f20 {
		font-size:13px;
	}
	.f22 {
		font-size:14px;
	}
	.f24 {
		font-size:15px;
	}
	.f26 {
		font-size:16px;
	}
	.f28 {
		font-size:17px;
	}
	.f30 {
		font-size:18px;
	}
	.f32 {
		font-size:20px;
	}
	.f36 {
		font-size:18px;
	}
	.f40 {
		font-size:20px;
	}
	.f50 {
		font-size:25px;
	}
	.f60 {
		font-size:30px;
	}
}
.fc_yel {
	color:#fdd000;
}
.fc_whi {
	color:#fff;
}
.fc_red {
	color:#e03500;
}
.fc_gray {
	color:#666;
}
@media screen and (min-width: 640px) {
	.mark {
		background:url(/cmp/nikufes-kon/common/images/bg_border.png) repeat-x 0 100%;
	}
}
@media screen and (max-width: 639px) {
	.mark {
		background:url(/cmp/nikufes-kon/common/images/bg_sp_border.png) repeat-x 0 100%;
		background-size:6px auto;
	}
}
