@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
body {/* ページ全体の設定 */
	font: 13px/1.231 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;/* YUI3 CSS Fonts */









 *font-size:small;/* IE用 */
 *font:x-small;/* IE 互換モード用 */	
	color: #333;
	background: #FFFFFF; /* Old browsers */
	/*background-image: -webkit-gradient(linear, 50.00% 100.00%, 50.00% 0.00%, color-stop( 0% , rgba(237,244,237,1.00)),color-stop( 55% , rgba(255,255,255,1.00)));
	background-image: -webkit-linear-gradient(90deg,rgba(255,239,239,1.00) 0%,rgba(255,255,255,1.00) 22.88%);
	background-image: -moz-linear-gradient(90deg,rgba(255,239,239,1.00) 0%,rgba(255,255,255,1.00) 22.88%);
	background-image: -o-linear-gradient(90deg,rgba(255,239,239,1.00) 0%,rgba(255,255,255,1.00) 22.88%);
	background-image: linear-gradient(0deg,rgba(255,239,239,1.00) 0%,rgba(255,255,255,1.00) 22.88%);*/
}
/* YUI3 CSS Fonts フォントサイズ対応表
10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	clear: none;
	float: none;
}
/*head*/
#head {/*header背景*/
	/*background-image:url('../img/background_img(keyvisual2).jpg');*/
	background-size:cover;
	margin-bottom:2em;
}
/*↓以下header内の追加項目*/
#head nav#h-nav {/*ヘッダー内グローバルナビ全体*/
	width:100%;
}
#head nav#h-nav ul li {/*グローバルナビの一項目*/
	float:left;
	width:33%;
	background:rgba(217,205,206,0);
}

#head nav#h-nav ul li a {/*グローバルナビのリンク部分*/
	display:block;
	height: 2em;
	line-height: 2em;
	font-size: 108%;
	/*font-weight: bold;*/
	text-decoration: none;
	text-align: center;
	color: rgba(0,0,0,0.70);
}
#head nav#h-nav ul li a:hover {/*グローバルナビのリンク部分:hover*/
	display:block;
	height: 2em;
	line-height: 2em;
	font-size: 108%;
	text-decoration: none;
	text-align: center;
	color:rgba(0,0,0,0.50);
	background:rgba(201,200,200,0.40)
}
#head nav#h-nav ul li a:active {/*グローバルナビのリンク部分:activ*/
	display:block;
	height: 2em;
	line-height: 2em;
	font-size: 108%;
	text-decoration: none;
	text-align: center;
	color:rgba(0,0,0,0.50);
	background:rgba(255,255,255,0.50);
}


#head .catch{/*ヘッダーのキャッチコピー全体*/
	background:rgba(0,0,0,0.3);
	padding:0em;
	margin:0em;
	/*border: solid 1px rgba(255,255,255,1.00);*/
}
#head .catch h2{/*ヘッダーのキャッチコピーh2*/
	color:#FFFFFF;
	font-size:123.1%;
	font-weight: lighter;
	text-align:center;
	line-height:2em;
}
#head .catch h3{/*ヘッダーのキャッチコピーh3*/
	color:#FFFFFF;	
	font-size:85%;
	font-weight: lighter;
	text-align:center;
	line-height:1em;
}
#head .catch p{/*ヘッダーのキャッチコピーp*/
	color:#FFFFFF;
	font-size:93%;
	font-weight: lighter;
	line-height:1.5em;
	text-align:center;
}
/*↓以下footer内の追加項目*/
#foot {
	background-color:rgba(255,255,255,1.00);
	clear:both;
}
	
#foot nav#f-nav {/*ヘッダー内グローバルナビ全体*/
	width:100%;
}
#foot nav#f-nav ul li {/*グローバルナビの一項目*/
	float:left;
	width:20%;
	background:rgba(217,205,206,0.3);
}
#foot nav#f-nav ul li a {/*グローバルナビのリンク部分*/
	display:block;
	height: 2em;
	line-height: 2em;
	border-top: dotted 1px #DCEBDD;
	font-size: 77%;
	/*font-weight: bold;*/
	text-decoration: none;
	text-align: center;
	color:rgba(0,0,0,0.70);
}
#foot nav#f-nav ul li a:hover {/*グローバルナビのリンク部分:hover*/
	display:block;
	height: 2em;
	line-height: 2em;
	border-top: dotted 1px #DCEBDD;
	font-size: 77%;
	/*font-weight: bold;*/
	text-decoration: none;
	text-align: center;
	color:rgba(0,0,0,0.70);
	background:rgba(255,255,255,0.50);
}
#foot nav#f-nav ul li a:active {/*グローバルナビのリンク部分:active*/
	display:block;
	height: 2em;
	line-height: 2em;
	border-top: dotted 1px #DCEBDD;
	font-size: 77%;
	/*font-weight: bold;*/
	text-decoration: none;
	text-align: center;
	color:rgba(0,0,0,0.70);
	background:rgba(255,255,255,0.50);
}

#foot p {
	font-size: 77%;	
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#contents {
width: 100%;
}
#footer {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 980px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
/*↓以下header内の追加項目*/
/*head*/
#head {/*header背景*/
	/*background-image: url('../img/background_img(keyvisual3).jpg'), -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,210,210,1.00) 100%);
	background-image: url('../img/background_img(keyvisual3).jpg'), -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,210,210,1.00) 100%);
	background-image: url('../img/background_img(keyvisual3).jpg'), -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,210,210,1.00) 100%);
	background-image: url('../img/background_img(keyvisual3).jpg'), linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,210,210,1.00) 100%);*/
	background-size: cover;
	margin-bottom: 2em;
}
#head p.logo_img {/*ヘッダー内logo*/
	width:15%;
	float:left;
	margin:1em 1em 2em;
	
}
#head nav#h-nav ul li {/*グローバルナビの一項目*/
	float:left;
	width:8%;
	margin-top:0.5em
}
#head nav#h-nav ul li a {/*グローバルナビのリンク部分*/
	height: 3em;
	line-height: 3em;
	border-top: none;
	font-size: 77%;
	/*font-weight: bold;*/
}
#head nav#h-nav ul li a:hover {/*グローバルナビのリンク部分*/
	height: 3em;
	line-height: 3em;
	border-top: none;
	font-size: 77%;
	background:rgba(201,200,200,0.40)
	/*font-weight: bold;*/
}
#head nav#h-nav ul li a:active {/*グローバルナビのリンク部分*/
	height: 3em;
	line-height: 3em;
	border-top: none;
	font-size: 77%;
	/*font-weight: bold;*/
}

#head .catch{/*ヘッダーのキャッチコピー全体*/
	/*background:rgba(0,0,0,0.3);*/
	padding:0em;
	margin:0em;
	/*border: solid 1px rgba(255,255,255,1.00);*/
}
#head .catch h2{/*ヘッダーのキャッチコピーh2*/
	/*color:#FFFFFF;
	font-size:123.1%;
	font-weight: lighter;
	text-align:center;*/
	line-height:1em;
}
#head .catch h3{/*ヘッダーのキャッチコピーh3*/
	/*color:#FFFFFF;*/	
	font-size:100%;
	/*font-weight: lighter;
	text-align:center;
	line-height:1em;*/
}
#head .catch p{/*ヘッダーのキャッチコピーp*/
	/*color:#FFFFFF;*/
	font-size:100%;
	/*font-weight: lighter;
	line-height:1em;*/
	text-align:center;
}
/*↓以下footer内の追加項目*/
#foot {
	background-color:rgba(255,255,255,1.00);
	clear:both;
}
	/*↓以下header内の追加項目*/
#foot p.logo2_img {
	width:9%;
	float:left;
	margin-right:1em;
	margin-top:1.3em;
}
#foot nav#f-nav {/*ヘッダー内グローバルナビ全体*/
	/*width:100%;*/
}
#foot nav#f-nav ul li {/*グローバルナビの一項目*/
	/*float:left;*/
	width:7%;
	background:rgba(217,205,206,0.0);
	margin-top:1em
}
#foot nav#f-nav ul li a {/*グローバルナビのリンク部分*/
	/*display:block;*/
	/*height: 2em;
	line-height: 2em;*/
	border-top:none;
	border-left: solid 2px #DCEBDD;
	font-size: 55%;
	/*font-weight: bold;*/
	/*text-decoration: none;
	text-align: center;
	color:rgba(0,0,0,0.70);*/
}
#foot nav#f-nav ul li a:hover {/*グローバルナビのリンク部分:hover*/
	/*display:block;*/
	/*height: 2em;
	line-height: 2em;*/
	border-top:none;
	border-left: solid 2px #DCEBDD;
	font-size: 55%;
	/*font-weight: bold;*/
	/*text-decoration: none;
	text-align: center;
	color:rgba(0,0,0,0.70);*/
	background:rgba(201,200,200,0.40);
}


#foot p {
	font-size: 77%;	
}

/*
#div1 {
}
#contents {
width: 100%;
}
#footer {
}*/
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;

}
