@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------
 *  	         base style setting
 * ----------------------------------------------- */



/* =========== Reset =========== */

*{ margin: 0;padding: 0;}

html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	font-size: 14px;
	line-height: 1.5;
}

a {
	text-decoration: underline;
}

a, a:visited {
	color: #369;
}

a:hover {
	color: #F39;
}

ul, ol {
	list-style: none;
}

em, address {
	font-style: normal;
}

img {
	vertical-align: middle;
	max-width: 100%;
	border: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
}


/* =========== media query setting =========== */

/* ==== width 1050px以下の場合 ==== */
@media screen and (max-width : 1049px){
	.contentMax { padding: 0 10px; }
	
}

/* ==== width 1050px以上の場合 ==== */
@media screen and (min-width : 1050px){
	.contentMax { max-width: 1050px; margin: 0 auto; }
}


/* =========== pageBase =========== */

#pageBase {
	width: 100%;
	text-align: center;
}


/* =========== header =========== */

#headerArea {
	width: 100%;
	margin: 0 auto;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

/* ==== width 1050px以上の場合 ==== */
@media screen and (min-width : 1050px){
	#headerArea { max-width: 1050px; }
}

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

#headerArea #logoArea {
	padding: 10px 0 20px;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

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

#headerArea #logoArea h1 {
	float: left;
}

#headerArea #logoArea #headerSocial {
	float: right;
}

/* ==== width 768px以下の場合 ==== */
@media screen and (max-width : 768px){
	#headerArea #logoArea h1 { max-width: 50%; }
	#headerArea #logoArea #headerSocial { max-width: 40%; }
}

#headerArea #logoArea #headerSocial ul {
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

#headerArea #logoArea #headerSocial ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

#headerArea #logoArea #headerSocial ul li {
	display: inline-block;
    width: 65px;
}

#headerArea #logoArea #headerSocial ul li:first-child {
    margin: 0 5px 0;
}

/* ==== width 680px以下の場合 ==== */
@media screen and (max-width : 680px){
	#headerArea #logoArea #headerSocial ul li { width: 50px; }
}

#headerArea #logoArea #headerSocial ul li img {
	width: 100%;
}

#headerArea ul#nav {
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

#headerArea ul#nav:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "";
}

#headerArea ul#nav li {
	margin: 0;
	padding: 0 0 0 5px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
	border-top: solid 1px #CCC;
	text-align: left;
}

#headerArea ul#nav li a {
	display: block;
	padding: 10px 0;
}

/* ==== width 769px以上の場合 ==== */
@media screen and (min-width : 769px){
	#headerArea ul#nav li {
	width: 20%;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	border-top: none;
	text-align: center; }
	
	#headerArea ul#nav li a {
	display: block;
	padding: 20px 0; }
}

#headerArea a {
	text-decoration: none;
}

#headerArea ul#nav li a,
#headerArea ul li a:visited {
	color: #333;
}

#headerArea ul#nav li a:hover {
	color: #45aedd;
}


/* =========== impressedImg =========== */

#impressedImg {
	background: url(../img/main_001.jpg) no-repeat center #DDD;
	background-size: auto;
}

/* ==== width 1049px以下の場合 ==== */
@media screen and (max-width : 1049px){
	#impressedImg { background-size: auto 100%; }
	#impressedImg img { max-width: 80%;
	min-height: 240px; }
}




/* =========== impressedTxt =========== */

#impressedTxt {
	padding: 30px 0;
	background-color: #f30a8d;
	color: #FFF;
	text-align: left;
}

#impressedTxt .txtMain {
	font-size: 28px;
	margin: 0 0 15px;
}

/* ==== width 768px以下の場合 ==== */
@media screen and (max-width : 768px){
	#impressedTxt .txtMain { font-size: 22px; }
}


/* =========== footerSocial =========== */

#footerSocial {
    padding: 20px 0;
}

#footerSocial p img {
    width: 60px;
}


/* =========== footerArea =========== */

#footerArea {
	background-color: #d2d2d2;
	padding: 30px 0;
	*zoom: 1;     /* clear float, ~WinIE7 */
	_height: 1px; /* clear float, ~WinIE6 */
}

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

#footerArea address {
	margin: 0 0 15px;
}

/* ==== width 769px以上の場合 ==== */
@media screen and (min-width : 769px){
	#footerArea {
	padding: 15px 0 30px 0; }
	
	#footerArea address {
	float: left;
	margin: 0; }
	
	#footerArea p {
	float: right;
	text-align: right; }
}


/* =========== pageTop =========== */

#pageTop {
	position: fixed;
	bottom: 100px;
	right: 20px;
}

/* ==== width 768px以下の場合 ==== */
@media screen and (max-width : 768px){
	#pageTop { bottom: 10px;
	right: 10px; }
}