@charset "utf-8";

body {
	width:100%;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
	font-size:16px;
	font-weight:normal;
	background: #ffffff;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}

body.iphone {width:640px;}

#wrapper {
	width: 100%;
	display: block;
	overflow: hidden;
}

img, h1, h2, h3, h4, h5, h6, p, ul {
	margin:0;
	padding:0;
	border: 0;
}

p, blockquote, dl, dd, figure {
	margin:0;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display: block;
}

a {
	color:#000000;
	text-decoration:none;
	display:block;
	-webkit-tap-highlight-color: rgba(120,183,226,30);
}

img {
	max-width:100%;
	height:auto;
}

/* header */

header {
	width:100%;
	height:100px;
	background:url(../images/header_bg.jpg);
}

body.android.landscape header {background:url(../images/header_bg_b.jpg) no-repeat; background-size:100% auto;}

/* logo */
header h1 {
	height:68px;
	padding:14px 0 18px 10px;
	display:inline-block;
}

/* member_btn */
header h4 {
	float:right;
	padding:0 10px 0 0;
}

/* g-nav */

nav ul li {
	font-size:200%;
	width:100%;
	padding:26px 20px;
	border-bottom:2px solid #c7c7c7;
	background: -moz-linear-gradient(#ffffff, #eeeeee);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background: linear-gradient(#ffffff, #eeeeee);
}

nav ul li a {
	background:url(../images/menu_arrows.gif) 95% center no-repeat;
}

nav ul li a span {
	letter-spacing:-4px;
}

div.topix_ttl {
	color:#FFFFFF;
	height:60px;
	margin:10px 0 0;
	background: -moz-linear-gradient(#448ccc, #7ab8e2);
	background: -webkit-gradient(linear, left top, left bottom, from(#448ccc), to(#7ab8e2));
	background: linear-gradient(#448ccc, #7ab8e2);
}

body.android.landscape div.topix_ttl {xheight:90px;}
body.android.landscape div.topix_ttl img {xheight:90px; xwidth:auto;}

div.topix_ttl h2 {
	font-size:210%;
	padding:12px;
	display:inline-block;
}

body.iphone div.topix_ttl h2 {padding:6px 20px 0;}

div.topix_ttl img, div.topix_ttl a {
	float:right;
}

article.topic section {
	padding:10px 12px;
	background-color:#ffffff;
	border-bottom:1px dotted #b4b4b4;
}

article.topic section p {
	font-size:125%;
	text-indent:6px;
	padding:10px 14px 6px;
	background:url(../images/arrows.gif) no-repeat left 14px;
}

article.topic section p span {
	font-size:125%;
	line-height:1.3;
	text-indent:0;
	padding:6px 0;
	display:inline-block;
}

article .pcsite {
	padding:30px 0;
}

article .pcsite .pcbtn {
	font-size:200%;
	width:266px;
	padding:14px 0;
	margin:0 auto;
	text-align:center;
	border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border: 1px #d5d5d5 solid;
	background: -moz-linear-gradient(#ffffff, #eaeaea);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background: linear-gradient(#ffffff, #eaeaea);
}
article .pcsite .pcbtn img {margin:0 3% 0 2%; position:relative;top:4px; display:inline-block;}

footer {
	color:#FFFFFF;
	font-size:120%;
	width:100%;
	text-align:center;
	background: -moz-linear-gradient(#448ccc, #7ab8e2);
	background: -webkit-gradient(linear, left top, left bottom, from(#448ccc), to(#7ab8e2));
	background: linear-gradient(#448ccc, #7ab8e2);
}

footer p {
	padding:16px 0;
}

/* topix page */
#topix_page section .date {
	font-size:125%;
	padding:20px 14px 8px;
}

#topix_page section h2 {
	font-size:200%;
	line-height:1.3;
	padding:0 14px 14px;
	border-bottom:2px #7ab8e2 solid;
}

#topix_page section .desc {
	font-size:150%;
	line-height:1.3;
	padding:24px 14px 22px;
}

div.topic_img {
	margin:0 0 22px;
	text-align:center;
}
div.topic_img p {
	font-size:100%;
	padding:10px 0;
}

hr {
  color: inherit;
  height: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }


pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0; }


a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }
#topix_page .pdf_link {
	padding-left: 22px;
	font-size: 150%;
	line-height: 1.3em;
}
#topix_page .pdf_link li {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../images/link_01.gif);
	padding-left: 10px;
}

