@charset "utf-8";
/* CSS Document */
#page-top{display: none}
#container {
	width: 100%;
	padding: 0;
	text-align: center; 
}

#main {
text-align: left;
margin: 30px auto 0;
}

@media (min-width: 769px){
	body {
		font-size: 100.01%;
		background: none;
		line-height:1.4;
	}
	
	#global_header,
	#gototopSP,#crumb {
		display: none;
	}
	article a {
    color: #1999ff;
}


}
/* ///SP_TABLET///*/
@media (max-width: 768px){
	#container {
		font-size: 1.6em;
	}
	
	#g_header #header_wrapper::after {
	content: "";
	display: block;
	clear: both;
}

body {
	/*font-family: HiraKakuProN-W3,sans;*/
    font-family:Meiryo,"Hiragino Kaku Gothic ProN",Helvetica,Arial,sans-serif;
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:none;/*文字サイズの自動調整の無効化*/
	background-color: #FFF;
	position: relative;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
	display:block;/*HTML5の新要素をブロックレベルにする*/
}
img {
	border:0;
	vertical-align:bottom;
}
p,small,span,div {
	line-height:100%;
}
ul, ol ,li {
	list-style:none;
}
table {
	border-spacing:0;
	empty-cells:show;
}
	
#main {
    text-align: left;
    margin: 30px auto 0;
    width: 100%;
	}}


	
@media (min-width: 953px){
#main {
text-align: left;
margin: 30px auto 0;
width:953px;
}}



/* PageTop
----------------------------------*/
#gototop {
    display: none;
    position: fixed;
    bottom:10%;
    right: 15px;
}

#gototop a {
    display: block;
    border-radius: 2px;
    opacity: 0.7;
    filter: alpha(opacity=70);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)";  /* ie 8 */
    background-color: #666;
    font-size: 0;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: 100%;
	white-space: nowrap;}


#gototop a::after {
    display: block;
    content: "";
    position: absolute;
    top: 15px;
    left: 12px;
    width: 12px;
    height: 12px;
    margin: 0 0 0 0;
    border-top: solid 3px #FFF;
    border-left: solid 3px #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#gototop a:hover{
    opacity: 1.0;
    filter: alpha(opacity=100);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=100)";  /* ie 8 */
}
#gototop img{
	display: none;
}

