@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:		4;
	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. */
  
.gridContainer
{
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

#headerTableIcon
{
	clear: both;
	float: left;
	width: 100%;
	height: 52px;
	display: table;
	position: relative;
}

#headerTableIconBox
{
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 2px;
}

#headerTableTitle
{
	clear: both;
	float: left;
	width: 100%;
	height: 36px;
	display: table;
	position: relative;
}

#headerTableTitleBox
{
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
	color: #002f5f;
	font-size: 22px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}

#footerTableSNS
{
	clear: both;
	float: right;
	width: 100%;
	display: table;
	position: relative;
}

#footerTableSNSBox
{
	display: table-cell;
	vertical-align: top;
	text-align: center;
}

#footerTableCopyright
{
	clear: both;
	float: left;
	width: 100%;
	display: table;
	position: relative;
}

#footerTableCopyrightBox
{
	display: table-cell;
	vertical-align: top;
	text-align: center;
	padding-top: 8px;
	color: #002f5f;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}

#footerMargin
{
	clear: none;
	float: left;
	height: 64px;
	width: 100%;
	display: table;
	position: relative;
}

.menucards
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 24px;
	padding-top: 0px;
}


.menucards-V2
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 24px;
	padding-top: 0px;
}

.menucards-V3
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 24px;
	padding-top: 0px;
}

.menuI
{
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	padding-right: 2px;
	padding-bottom: 2px;
	display: block;
}

.menuBox
{
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
}

.swONOFF
{
	clear: none;
	float: left;
	display: block;
}

.hide_mobile
{
	display: none;
}

.zeroMargin_mobile
{
	margin-left: 0;
}

.gridContainer.clearfix .gridContainer.clearfix .fluid.articleA
{
}

/* 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;
}

#headerTableIcon
{
	clear: both;
	float: left;
	width: 40px;
	height: 64px;
	display: table;
	position: relative;
}

#headerTableIconBox
{
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
	padding-bottom: 0px;
}

#headerTableTitle
{
	clear: none;
	float: left;
	height: 64px;
	width:auto;
	display: table;
	position: relative;
}

#headerTableTitleBox
{
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
	color: #002f5f;
	font-size: 22px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}

#footerTableSNS
{
	clear: both;
	float: right;
	width: 50%;
	display: table;
	position: relative;
}

#footerTableSNSBox
{
	display: table-cell;
	vertical-align: top;
	text-align: right;
}

#footerTableCopyright
{
	clear: none;
	float: left;
	width: 50%;
	display: table;
	position: relative;
}

#footerTableCopyrightBox
{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding-top: 0px;
	color: #002f5f;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}

#footerMargin
{
	clear: none;
	float: left;
	height: 64px;
	width: 100%;
	display: table;
	position: relative;
}

.menucards
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 24px;
	padding-top: 24px;
}

.menucards-V2
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 0px;
	padding-top: 0px;
}

.menucards-V3
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 24px;
	padding-top: 0px;
}

.menuI
{
	clear: none;
	float: left;
	margin-left: 0;
	width: 24%;
	padding-right: 1%;
	padding-bottom: 1%;
	display: block;
}

.menuBox
{
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	padding-right: 0%;
	padding-bottom: 0%;
	display: block;
}

.swONOFF
{
	clear: none;
	float: left;
	display: block;
}

.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: 769px;
	/*max-width: 1232px;*/
	padding-left: 0px;
	padding-right: 0px;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

#headerTableIcon
{
	clear: both;
	float: left;
	width: 40px;
	height: 64px;
	display: table;
	position: relative;
}

#headerTableIconBox
{
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
	padding-bottom: 0px;
}

#headerTableTitle
{
	clear: none;
	float: left;
	height: 64px;
	width: auto;
	display: table;
	position: relative;
}

#headerTableTitleBox
{
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
	color: #002f5f;
	font-size: 22px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}

#footerTableSNS
{
	clear: both;
	float: right;
	width: 50%;
	display: table;
	position: relative;
}

#footerTableSNSBox
{
	display: table-cell;
	vertical-align: top;
	text-align: right;
}

#footerTableCopyright
{
	clear: none;
	float: left;
	width: 50%;
	display: table;
	position: relative;
}

#footerTableCopyrightBox
{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding-top: 0px;
	color: #002f5f;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}

#footerMargin
{
	clear: none;
	float: left;
	height: 64px;
	width: 100%;
	display: table;
	position: relative;
}

.menucards
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 24px;
	padding-top: 24px;
}


.menucards-V2
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 0px;
	padding-top: 0px;
}

.menucards-V3
{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-bottom: 24px;
	padding-top: 0px;
}

.menuI
{
	clear: none;
	float: left;
	margin-left: 0;
	width: 123px;
	padding-right: 2px;
	padding-bottom: 2px;
	display: block;
}

.menuBox
{
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
}

.swONOFF
{
	clear: none;
	float: left;
	display: block;
}

.hide_desktop
{
	display: none;
}

.zeroMargin_desktop
{
	margin-left: 0;
}
}
