@charset "UTF-8";
/* CSS Document */

body#sms {
	background: #ededed url(../img/bg-all.jpg);
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;;
}

body#sms div#container {
	background-color: #ffffff;
	padding: 0;
}


body#sms div#container,
body#sms div#footer {
	border-right: none !important;
	border-left: none !important;
	-moz-box-shadow: 0 0 2px #333333;
	-webkit-box-shadow: 0 0 2px #333333;
	box-shadow: 0 0 2px #333333;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#333333')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#333333');
	}

body#sms div#container div#header {
	height: 220px;
	margin: 0 0 0 0;
	border-bottom: none;
	padding: 0;
}

body#sms div#container h1#logoSms {
	width: 100%;
	margin: 0 0 0 0;
	text-align: center;
	border: none;
}

body#sms div#container h1#logoSms img {
	border: none;
}

body#sms div#container div#mainContent {
	float: none;
	width: 700px !important;
	padding: 0 0 0 120px !important;	
}


body#sms div#container div#mainContent h2 {
	font-size: 140%;
	font-weight: bold;
	color: #024363;
	padding: 0;
	margin: 0 0 1em 0;
	background: none;
	border-left: none;
	border-bottom: 1px solid #024363;
}

body#sms div#container div#mainContent h3 {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 1.5em 0;
	padding: 0;
	border-bottom: 1px dotted #cccccc;
}

body#sms div#container div#mainContent h4 {
	font-weight: bold;
	margin: 0 0 0 2em;
}


body#sms div#container div#mainContent p,
body#sms div#container div#mainContent dl {
	margin: 0 0 1em 0;
}

body#sms div#container div#mainContent ul {
	margin: 0 0 1em 3em;
}

body#sms div#container div#mainContent dl dt {
	font-weight: bold;
	font-size: 120%;
	/* border-left: 5px solid #cccccc; */
	padding: 0;
}

body#sms div#container div#mainContent dl dd {
	margin: 0 0 1em 1em;
}

body#sms div#container div#mainContent div.section {
	margin-bottom: 3em;
	clear: both;
}

body#sms div#footer {
	background-color: #857e69;
}

body#sms div#container div#mainContent p.btn {
	text-align: center;
	margin: 0;
}

body#sms div#container div#mainContent p.toTop {
	text-align: right;
	margin: 0;
}

body#sms div#container div#mainContent p.toTop a {
	padding: 0 0 0 17px;
	background: transparent url(../img/to-top.gif) no-repeat left center;
}

body#sms div#container div#mainContent p.btn a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

body#sms div#container div#mainContent p.smsPhoto {
	width: 150px;
	height: 150px;
	float: right;
	border: 1px solid #cccccc;
	margin: 0 0 10px 10px;
}
body#sms div#container div#mainContent div.section ul.sponsorList {
	margin: 0 0 20px 0;
}
body#sms div#container div#mainContent div.section ul.sponsorList li {
	text-align: center;
	list-style-type: none;
	margin: 0;
}
body#sms div#container div#mainContent div.section ul.mediaSponsorList {
	margin: 0 0 0 80px;
}
body#sms div#container div#mainContent div.section ul.mediaSponsorList li {
	float: left;
	list-style-type: none;
	width: 160px;
	margin: 0 30px 20px 0;
}
body#sms div#container div#mainContent div.socialBtn {
	/*text-align: right !important;*/
}

table#rankingTable {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 2em 0;
}

table#rankingTable th,
table#rankingTable td {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #ccc;
}

table#rankingTable th {
	background: #a9a69f;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

table#rankingTable td.rankingTotal {
	font-weight: bold;
}

p#btnBefore {
	text-align: center;
	font-size: 140%;
	background-color: #024363;
	padding: 10px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	behavior: url(border-radius.htc);//for IE
}

p#btnBefore a { 
	color: #ffffff;
}

/*div.section {
	border: 1px solid #ff0000;
}*/

/* ------------------------------------------
clearfix.css
------------------------------------------*/

div.section:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
div.section{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
* html div.section { height: 1%; }
div.section { display: block; }
/* End hide from IE-mac */





.box3 {
	background-color: #ddd;
	width: 210px;
	height: 30px;
	padding: 20px;
	position: absolute;
	top: 5px; left: 5px;

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(border-radius.htc);
}