@charset "UTF-8";

/* CSSリセット */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,
figure,footer,header,hgroup,menu,nav,section,summary,time,mark,
audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;
vertical-align:baseline;background:transparent;font-weight:normal;}
body{line-height:1}article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}blockquote,q{quotes:none}blockquote:before,
blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;
font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}abbr[title],dfn[title]
{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;
margin:1em 0;padding:0}input,select{vertical-align:middle}


/* 一般・共通設定 */

html { font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%;
}

body,td,th {
	font-size: 11px;
	font-family : "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	font-weight: normal;
	line-height: 160%;
	color: #666666;
	margin: 0px 0px 1em 0px;
}

body {
	background-color: #EEEEEE;
	margin: 0px;
	text-align: left;
	padding: 0;
}

p{
	font-family : "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 1em 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 160%;
	color: #666666;
	padding: 0;
}

img {
	border:0px;
}

.clears{
	clear:both;
	}

a:hover img
	{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
	transition: 0.5s;
	background-color:none; 
	line-height:0;
	}

.logo
	{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
	width: 200px;
	height: 150px;
	text-align: left;
	padding: 20px 20px 5px 20px;
	margin: 20px;
	}

.logo p{
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 15px 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
	color: #000;
	padding: 0;
}

.contents
	{
	float: left;
	width: 160px;
	height: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px;
	}

.contents p{
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 15px 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
	color: #000;
	padding: 0;
}

.contents a {
	position: relative;
	display: inline-block;
	transition: .3s;
}
.contents a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #666;
	transition: .3s;
}
.contents a:hover::after {
	width: 100%;
}


.sns
	{
	float: left;
	width: 160px;
	height: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px;
	}

.sns p{
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 15px 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
	color: #000;
	padding: 0;
}

.copyright { 
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 0em 0px;
	font-size: 7px;
	font-weight: normal;
	line-height: 160%;
	color: #000000;
}

.main
	{
	float: left;
	width: 160px;
	height: 100%;
	background-color: ;
	text-align: left;
	padding: 0px;
	margin: 0 0 10px 0;
	}



/* テキストリンク */

a:link {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #666;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

a:active {
	text-decoration: none;
	color: #000;
}








/* テキスト関連　見出し */


h1 { 
	font-family: 'Montserrat', sans-serif, "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 0.5em 0px;
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
	line-height: 100%;
	color: #000000;
}

h1 a:link {
	text-decoration: none;
	color: #000000;
	background-color: none;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

h1 a:visited {
	text-decoration: none;
	color: #000000;
	background-color: none;
}

h1 a:hover {
	text-decoration: none;
	color: #666666;
	background-color: none; 
}

h1 a:active {
	text-decoration: none;
	color: #000000;
	background-color: none;
}


h2 { 
	font-family: 'Montserrat', sans-serif, "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	font-size: 13px; font-size: 1.3rem;
	font-weight: bold;
	line-height: 120%;
	color: #000000;
	margin: 0.5em 0px 1em 0px;
}

h2 a:link {
	text-decoration: none;
	color: #000000;
	background-color: none;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

h2 a:visited {
	text-decoration: none;
	color: #000000;
	background-color: none;
}

h2 a:hover {
	text-decoration: none;
	color: #666666;
	background-color: none; 
}

h2 a:active {
	text-decoration: none;
	color: #000000;
	background-color: none;
}


h3 { 
	font-family: "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Helvetica, Arial, sans-serif;
	margin: 0px 0px 0em 0px;
	font-size: 12px; font-size: 1.2rem;
	font-weight: normal;
	line-height: 140%;
	color: #000000;
}

h4 { 
	font-family: 'Montserrat', sans-serif, "Hiragino Maru Gothic Pro", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0px 0px 0.5em 0px;
	font-size: 12px; font-size: 1.2rem;
	font-weight: bold;
	line-height: 140%;
	color: #000000;
}

h5 { 
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 2em 0px 0.5em 0px;
	font-size: 11px; font-size: 1.1rem;
	font-weight: bold;
	line-height: 140%;
	color: #000000;
}





/* テキスト関連　その他 */

.xx-small_000000 { 
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 0em 0px;
	font-size: 8px; font-size: 0.8rem;
	font-weight: normal;
	line-height: 160%;
	color: #000000;
}

.xx-small_666666 { 
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 0em 0px;
	font-size: 8px; font-size: 0.8rem;
	font-weight: normal;
	line-height: 160%;
	color: #666666;
}

.xx-small_FF3300 { 
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 0em 0px;
	font-size: 8px; font-size: 0.8rem;
	font-weight: normal;
	line-height: 160%;
	color: #FF3300;
}

.xx-small_006699 { 
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 0em 0px;
	font-size: 8px; font-size: 0.8rem;
	font-weight: normal;
	line-height: 160%;
	color: #006699;
}

.x-small_000000 { 
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 0em 0px;
	font-size: 10px; font-size: 1.0rem;
	font-weight: normal;
	line-height: 160%;
	color: #000000;
}

.x-small_666666 { 
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 0em 0px;
	font-size: 10px; font-size: 1.0rem;
	font-weight: normal;
	line-height: 160%;
	color: #666666;
}

.x-small_FF3300 { 
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 0em 0px;
	font-size: 10px; font-size: 1.0rem;
	font-weight: normal;
	line-height: 160%;
	color: #FF3300;
}

.x-small_006699 { 
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 0em 0px;
	font-size: 10px; font-size: 1.0rem;
	font-weight: normal;
	line-height: 160%;
	color: #006699;
}

.x-small_000000_bold { 
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 0em 0px;
	font-size: 10px; font-size: 1.0rem;
	font-weight: bold;
	line-height: 160%;
	color: #000000;
}

.x-small_666666_bold { 
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 0em 0px;
	font-size: 10px; font-size: 1.0rem;
	font-weight: bold;
	line-height: 160%;
	color: #666666;
}

.x-small_FF3300_bold { 
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 1em 0px;
	font-size: 10px; font-size: 1.0rem;
	font-weight: bold;
	line-height: 160%;
	color: #FF3300;
}

.x-small_006699_bold { 
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 0em 0px;
	font-size: 10px; font-size: 1.0rem;
	font-weight: bold;
	line-height: 160%;
	color: #006699;
}

.small_000000 { 
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 0em 0px;
	font-size: 12px; font-size: 1.2rem;
	font-weight: normal;
	line-height: 160%;
	color: #000000;
}

.small_000000_bold { 
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 0em 0px;
	font-size: 12px; font-size: 1.2rem;
	font-weight: bold;
	line-height: 160%;
	color: #000000;
}

.small_666666 { 
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 0em 0px;
	font-size: 12px; font-size: 1.2rem;
	font-weight: normal;
	line-height: 160%;
	color: #666666;
}

.small_FF3300 { 
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 0em 0px;
	font-size: 12px; font-size: 1.2rem;
	font-weight: normal;
	line-height: 160%;
	color: #FF3300;
}

.small_006699 { 
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 0em 0px;
	font-size: 12px; font-size: 1.2rem;
	font-weight: normal;
	line-height: 160%;
	color: #006699;
}

.medium_000000_bold { 
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 0em 0px;
	font-size: 14px; font-size: 1.4rem;
	font-weight: bold;
	line-height: 160%;
	color: #000000;
}

.large_000000_bold { 
	font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO","Verdana","Osaka",sans-serif;
	margin: 0px 0px 0em 0px;
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
	line-height: 140%;
	color: #000000;
}


