@charset "UTF-8";

/* Web Font */
/*
@font-face {
  font-family: "title";
  src: url("common/fonts/sample.eot?") format('eot'),
       url("common/fonts/sample.woff") format('woff');
  src: url('common/fonts/sample.ttf') format("truetype")\9;
}
*/

/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{background-repeat:no-repeat;padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[type=button],[type=reset],[type=submit] [role=button],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}img{border-style:none}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}


/* Product Style
-------------------------------------------------------------------------------*/
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }
.chromeframe {position: absolute; top: 0;}
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

/* 選択時の色 */
::-moz-selection{background: #50E3C2; text-shadow: none;}
::selection {background: #50E3C2; text-shadow: none;}

body {
	font-size: 13px;
	font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Verdana, sans-serif;
	background: #fff;
	line-height: 1.2;
}
body, select, input, textarea {color: #333; background: #fff;}

a {
	display: inline-block;
	color: #000;
}
a:hover {
	background: #50E3C2;
	border-radius: 3px;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* タップ時の色 */
a:link {-webkit-tap-highlight-color: rgba(255,255,255,0.5);}

.disabled {
	opacity: 0.3;
	-webkit-filter: grayscale(100%); /* モノトーンに変換 webkit */
	-moz-filter: grayscale(100%); /* モノトーンに変換 Firefox */
	filter: grayscale(100%); /* モノトーンに変換 CSS3 */
	filter: progid:DXImageTransform.Microsoft.BasicImage(Opacity=0.3, GrayScale=1); /* モノトーンに変換 IE5.5以降用 */
}
.center {
	text-align: center;
}
.left {
	text-align: left !important;
}
.bt,
input[type=submit],
input[type=button] {
	display: inline-block;
	margin: 2em 10px;
	padding: 10px 20px;
	background: #333;
	color: #fff;
	border: 0 none;
	border-radius: 4px;
	line-height: 1.2;
	font-size: 1.1em;
	text-decoration: none;
	-webkit-appearance: none;
}
input[type=button],
input[name=submitBack] {
	background: #666;
}
.bt:hover,
input[type=submit]:hover,
input[type=button]:hover {
	background: #000;
	color: #fff;
}
.pcbr {
	display: block;
	height: 0;
	overflow: hidden;
}
.spbr {
	display: inline;
}
.pc-view {
	display: block;
}
.sp-view {
	display: none;
}
.social {
	width: 900px;
	margin: 20px auto 20px;
	text-align: right;
}
.social li {
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
}
.social-icon a {
	display: inline-block;
	min-width: 28px;
	padding: 7px;
	line-height: 0;
	background: #fff;
	border-radius: 100px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.social-icon-facebook a {
	background: #3B5998;
}
.social-icon-twitter a {
	background: #55ACEE;
}
.social-icon-facebook a:hover,
.social-icon-twitter a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* 点滅 */
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.imgblock {
	line-height: 0;
}
.special-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.special-bg-s {
	position: absolute;
	top: 0;
	left: 50%;
	width: 981px;
	height: 722px; 
	background: url(../../10th/common/img/10th-bg.png) no-repeat 0 0;
}
.special-bg-l {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1333px;
	height: 1145px;
	background: url(../../10th/common/img/10th-bg-l.png) no-repeat 0 0;
}
.special-bg-p1 {
	top: -574px;
	margin-left: -860px;
}
.special-bg-p2 {
	top: 175px;
	margin-left: -533px;
}
.home .special-bg-p2 {
	top: 305px;
	margin-left: -640px;
}
.special-bg-p3 {
	top: 390px;
	margin-left: -1023px;
}
.special-bg-p4 {
	top: 635px;
	margin-left: -533px;
}
.special-bg-p5 {
	top: -87px;
	margin-left: -68px;
}
ol,ul {
	list-style: none;
}




/* main
-------------------------------------------------------------------------------*/
main {
	display: block;
	margin-bottom: 50px;
}
.wrapper {
	position: relative;
	z-index: 2;
}
.home-title-select {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.home-title-select li {
	display: inline-block;
}
.home-title-select li:first-child {
	margin-right: 50px;
}

.home-main {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 30px;
	text-align: center;
}
.home-main:after {
	content: '';
	display: block;
	clear: both;
}
.home-news,
.home-column,
.home-twitter {
	position: relative;
}
.home-news-more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
}



.home-news,
.home-column {
	width: 300px;
	min-height: 423px;
	margin: 15px 0 0;
	padding: 0 30px 40px 30px;
	background-image: url(../img/home2017-bg-news1.png), url(../img/home2017-bg-news2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	text-align: left;
}
.home-news {
	float: left;
}
.home-column {
	float: right;
}
.home-news h2,
.home-column h2 {
	padding: 10px 10px 10px 0;
	text-align: right;
}
.home-news li,
.home-column li {
	margin: 0 0 0.8em;
	line-height: 1.5;
}
.home-news dt,
.home-column dt {
	font-weight: bold;
}

.home-twitter {
	width: 300px;
	min-height: 304px;
	margin: 15px auto 0;
	padding: 0 30px 20px 30px;
	background-image: url(../img/home2017-bg-twitter1.png), url(../img/home2017-bg-twitter2.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right bottom;
	text-align: left;
}
.home-twitter h2 {
	padding: 10px 10px 10px 0;
	text-align: right;
}



/* footer
-------------------------------------------------------------------------------*/
footer {
	position: relative;
	z-index: 2;
}
#pagetop {
	display: none;
	position: fixed;
	z-index: 20;
	right: 20px;
	bottom: 20px;
	font-size: 50px;
	line-height: 1;
}
#pagetop span {
	display: inline-block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #fff;
}
footer {
	position: relative;
	margin: 100px 0 0 0;
	padding: 20px 20px 80px;
	/*background: rgba(0,0,0,.15);*/
	background: #D8D8D8;
	text-align: left;
	font-size: 11px;
	line-height: 1.3;
	overflow: hidden;
	z-index: 20;
}
.home footer {
	position: relative;
	z-index: 2;
	margin: 0;
}
.special footer a:hover {
	background: none;
}
footer p,
footer ul,
footer li {
	display: inline-block;
	vertical-align: top;
}
.copyright {
	float: left;
}
.copyright p,
.copyright li {
	margin: 0 10px 0 0;
}
.main-banner {
	float: right;
}

.home-sbg-v2 a {
	display: inline-block;
	margin: 0 8px 20px;
}


/* Print styles
-------------------------------------------------------------------------------*/
@media print {

}


/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 700px) {

img {
	max-width: 100%;
	height: auto;
}
.home-title-select,
.home-main {
	width: 100%;
}
.social {
	width: auto;
	margin: 20px;
}
.home-title-select {
	padding: 0 20px;
}
.home-title-select li {
	display: block;
	margin: 20px auto;
}
.home-title-select li:first-child {
	margin-right: 0;
}
.home-news, .home-column {
	float: none;
	margin: 0 auto 20px;
}
.home-sbg-v2 {
	padding: 0 10px;
}
.home-sbg-v2 a {
	display: inline-block;
	margin: 0 20px 20px;
}
.copyright {
	float: none;
}
.main-banner {
	float: none;
	margin: 30px 0;
	text-align: center;
}

	
}
