@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: 95%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
display: none;
}
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	width: 100%;
}
p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12pt;
	line-height: 18pt;
}
#header {
	background-color: #639494;
	margin: 0px;
	padding: 0px;
	height: 40px;
	position: fixed;
	z-index: 1;
	width: 100%;
}
#topLogo {
	display: block;
	float: left;
	background-color: #639494;
	width: 25%;
}
#topLogo img {
	height: 40px;
	margin: 0px;
	float: left;
	width: auto;
}
#mainTitle  {
	text-align: center;
	height: 40px;
	float: left;
	background-color: #639494;
	width: 60%;
}
#mainTitle img {
	margin-top: 3%;
	padding-left: auto;
}
#mainTitle h1 {
	font: normal  normal 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	margin-top: 5px;
	width: 120%;
}
#flagIcon {
	display: none;
}
#flagIconSmall {
	width: 60px;
	float: left;
	margin-top: -28px;
}
#menuIcon {
	margin-left: 0;
	display: block;
	float: right;
	width: 40px;
}
#menuIcon img {
	margin-left: 10px;
	height: 40px;
	float: right;
	width: 40px;
}
#nav {
	margin: 0px;
	padding: 0px;
	display: none;
	margin-left: 0;
	height: 31%;
	text-align: center;
	width: 980px;
}
#nav ul {
}
#nav ul li {
	list-style: none;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
	float: left;
	background-color: #639494;
	width: 150px;
	height: 28px;
	bottom: 0px;
	margin-top: 0px;
}
#underline {
	background-color: #f2ee71;
	width: 100%;
	height: 2px;
	float: none;
	clear: both;
	/* [disabled]margin-top: 0px; */
	margin-left: 0;
	display: block;
}
#header #subtitle {
	text-align: center;
}
#header #subtitle img {
	width: 150px;
	height: 25px;
	margin-top: -5px;
}
#header h2 {
	font: 12pt "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #f2ee71;
	width: 100%;
	height: 25px;
	text-align: center;
}
#wrapped {
	background-color: #FFFFaa;
	margin: 0px;
	width: 100%;
	float: none;
	clear: both;
}
.menuForMobile {
	width: 40%;
	margin-left: 60%;
	background-color: #fff;
	margin-top: 0px;
	position: fixed;
	margin-right: auto;
	padding-top: 65px;
}
#topTitle h1 {
	margin-top: 45px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15pt;
}
.menuA {
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	text-align: center;
	list-style: none;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: none;
	padding-bottom: 10px;
}
#main {
	margin: -2px auto 0px 0px;
	display: block;
}
#submenu {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	position: fixed;
	display: none;
	width: 150px;
	margin-left: 28%;
	margin-right: auto;
	background-color: #FFFFFF;
	margin-top: 60px;
}
#submenu li  {
	margin-top: 20px;
	margin-bottom: 10px;
	list-style: none;
	text-align: center;
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	padding-bottom: 10px;
}
li a .comment {
	font-size: 8pt;
}
#contents {
	display: block;
	float: right;
	margin-top: -10%;
}
#topCushion {
	height: 75px;
}
#contents hr {
	height: 4px;
	background-color: #BBBBBB;
}
#article01 {
	margin-bottom: 30px;
}
#article01 .column01 #mainTitle {
	padding-top: 30%;
	width: 500px;
	float: left;
}
#lovTitle img {
	width: 60px;
	float: left;
}
#lovTitle h3 {
	padding-top: 50px;
	padding-left: 65px;
}
#article01 .column01 #chihaTitle {
}
#article01 .column01 #shimoOutline {
	width: 25%;
	float: left;
}
.column01 h2  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #0039E1;
	text-indent: 10px;
	font-size: 120%;
	width: 73%;
	float: left;
}
.column01 h3   {
	color: #023EDA;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-indent: 10px;
	padding-top: 0px;
	font-size: 80%;
	margin-bottom: 0px;
	float: none;
}
.column02  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 10px;
	clear: both;
}
.lovTitleGray   {
	color: #A1A1A1;
}
#article01 #lov  .lovTitle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#lov h3  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#article01 #lov h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 15px;
}
#article01 .lovExplain {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#article01 .column01 #chihayableExplain {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	float: left;
	margin-top: 10px;
}
#lov {
	clear: both;
}
#semantic {
	margin-top: 0px;
	padding-top: 50px;
}
#titleSemantic h2 {
	width: 80%;
	margin-left: 20%;
	padding-top: 13%;
}
#titleSemantic h3 {
	padding-left: 8%;
}
#titleSemantic img {
	width: 25%;
	float: left;
}
#vlMenu {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 20px;
}
#titleSemantic p {
	clear: both;
}
#visibleLanguage {
	clear: both;
}
#vlTitle img  {
	width: 60px;
	float: left;
	height: 55px;
}
#visibleLanguageMenu {
	margin-top: 20px;
}
#vlMenu div {
	margin-top: 10px;
}
#vlTitle h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left: 70px;
	padding-top: 33px;
}
#vlMenu h3 {
	margin-top: 30px;
	font-size: 10pt;
}
#article03 {
	margin-top: 0px;
	padding-top: 50px;
}
#article03 .column01 p {
	clear: both;
}
#aside {
	text-align: center;
	font: 12pt "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
}
#footer {
	background-color: #639494;
	text-align: center;
	font-size: 12px;
}
#div2 {
width: 21.0526%;
margin-left: 0;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.construction {
	text-align: center;
	margin-top: 10%;
}
.construction img {
	width: 25%;
}
.column01 .construction p {
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

/* 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 {
display: none;
}
#wrapped {
}
#header {
	width: 100%;
}
#topLogo {
	width: 23.0769%;
	margin-left: 0;
	float: left;
	display: block;
}
#mainTitle {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
}
#menuIcon {
	width: 40px;
	clear: none;
	margin-left: 2.5641%;
	display: block;
}
#nav {
display: none;
width: 100%;
margin-left: 0;
}
#underline {
width: 100%;
margin-left: 0;
}
#subnav {
width: 100%;
margin-left: 0;
display: none;
}
#aside {
display: block;
}
#footer {
}
.article01 {
}
#div2 {
width: 23.0769%;
margin-left: 0;
}
.menuForMobile {
}
#subtitle {
}
.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: 1232px;
	clear: none;
	float: none;
}
#div1 {
display: none;
}
#div2     {
width: 6.7796%;
margin-left: 0;
}
body {
	background-image: url(../images/header/backPatternL.jpg);
}
#header {
	width: 100%;
	height: 75px;
}
.titleContents {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0%;
	width: 980px;
	background-color: #f00;
}
#topLogo {
	width: 10%;
	float: left;
	display: block;
}
#topLogo a img {
	width: auto;
	height: 40px;
}
#mainTitle {
	width: 300px;
	margin-left: 190px;
	clear: none;
}
#mainTitle img {
	width: 100%;
	margin-top: 2px;
	margin-left: 85px;
}
#mainTitle h1     {
	font-size: 20px;
}
#flagIcon {
	display: inline;
	width: 7%;
	float: right;
	margin-top: 0.7%;
	opacity: 0.5;
}
#flagIconSmall {
	display: none;
}
#menuIcon {
	width: 6.7796%;
	margin-left: 1.6949%;
	clear: none;
	display: none;
}
.title {
}
.titleContents {
	margin-left: auto;
	margin-right: auto;
}
#nav {
	display: block;
	clear: both;
	float: none;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#underline {
	width: 100%;
	margin-left: 0;
	height: 10px;
	margin-top: 0px;
}
#header h2 {
	display: none;
}
#wrapped {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.menuForMobile {
}
.menuA {
	display: none;
}
#main {
	width: 100%;
}
#contents {
	padding-right: auto;
	padding-left: 10px;
	width: 805px;
	display: block;
	background-color: #fff;
	height: 6000px;
	margin-top: -5%;
}
#contents p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	line-height: 16pt;
}
#topCushion {
	height: 100px;
}
#submenu {
	width: 155px;
	position: fixed;
	display: block;
	margin-top: 20px;
	margin-left: -10px;
	padding-top: 120px;
	padding-bottom: 30px;
	background-color: rgba(0,0,0,0);
}
#submenu ul li {
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	text-shadow: 8px 8px 2px #ccc;
	display: block;
}
.column01   {
	width: 65%;
	float: left;
	clear: both;
}
.column01 h2  {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 150%;
	margin-top: 8%;
}
.column01 h3 {
	padding-top: 5px;
}
.column02   {
	width: 33%;
	float: right;
	margin-left: 5pt;
	margin-top: -200px;
}
#shimomuraPhoto {
	width: 50%;
	padding-right: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
}
#lov {
	width: 65%;
}
#visibleLanguageMenu   {
	width: 65%;
}
.column03 {
	width: 33%;
	float: left;
	margin-top: 60px;
}
#aside {
	display: block;
}
#footer {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
