@charset "UTF-8";
 

/* ========BASIC======== */
* {
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
}

body {
	margin:0;
	padding:0;
	line-height:1.7;
	letter-spacing:1px;
	background: #fff url(images/bk_02.gif) repeat;
	color: #333;
   
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color: #555556;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#top {
	width:885px;
	margin:0 auto;
	background:url("images/bg_contents_left.gif") 0 0 repeat-y;
}

div#wrapper {
	width:885px;
	background:url("images/bg_contents_right.gif") 100% 0 repeat-y;
}

div#header {
   position:relative;
   padding: 5px 5px 0;

}

div#pr {
	position:absolute;
	left:397px;
	top: 5px;
}

div#menu {
   float:left;
   padding:0 5px;
}
div#contents {
	clear:both;
	margin:0 5px;
	padding:20px 15px 0;
	background-color: #fffeff;
}

div#main {
	float:left;
	width:575px;
}

div#sub {
	float:right;
	width:250px;
}

div#totop {
	clear:both;
	width: 575px;
}

div#footer {
   clear:both;
   background: #555556;
   margin:0 5px;
}
div#footer a {
   color:#FFF;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1 {
	margin:0;
	font-size:150%;/* 24px相当 */
	color:#fff;
	line-height:70px;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

div#header h1 a {
   color:#333;
}

div#header h1 a:hover {
   color:#666;
}

div#header #pr p {
   margin:0;
   font-size:75%;/* 12px相当 */
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
	float:left;/* 12px相当 */
	color:#333;
	text-align:center;
	list-style-type:none;
	font-size: 70%;
	font-weight: bold;
}

div#menu li a {
	display:block;
	width:86px;
	color: #fcfeff;
	line-height: 40px;
	border-left:1px solid #DCDCDC;
	background:url("images/bg_menu.gif") 0 0 repeat-x;
}

div#menu li.home a {
	border:none;
	width: 85px;
}

div#menu li.saishin a {
	width: 115px;
}
div#menu li.saishin-ipad3 a {
	width: 102px;
}
div#menu li.icloud a {
	width: 73px;
}
div#menu li.kihon a {
	width: 80px;
}

div#menu li a:hover {
   background:url("images/bg_menu.gif") 0 -40px repeat-x;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
	color:#0172AB;
}

div#main a:hover {
   text-decoration:underline;
}

div#main h2 {
	margin-bottom:8px;
	color:#333;
	font-weight:bold;
	border-bottom:3px double #535D57;
	font-size: 16px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0;
}


div#main h3 {
	font-size: 16px;
	font-family: "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #35374A;
	margin-bottom: 6px;
}

div#main h4 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main h5 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:82%;/* 13px相当 */
}

div#main p {
   margin:0 0 1em 0;
   font-size:82%;/* 13px相当 */
}

div#main ul,ol,dl {
   font-size:82%;/* 13px相当 */
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
	padding:0;
	padding:3px;
	background:#f1f1f1;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0em;
}

/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div{
   display:inline-block;
}

div#main dl.information dt {
	float:left;
	margin:0;
	padding:0;
}

div#main dl.information dd {
	margin:0 0 0.5em 9em;
	padding:0;
	background:transparent;
}
div#main dl.information .datelist {
	margin: 0 0 0.5em 6em;
	padding: 0;
	background: transparent;
}
div#main dl.information .news {
	padding: 0;
	background: transparent;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 11.5em;
}

#top #wrapper #contents #main .information dd div p {
	font-size: 90%;
	line-height: 1.8;
}



/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub a  {
   color:#0172AB;
}

div#sub .section {
   margin-bottom:10px;
}

div#sub h4 {
   padding:3px;
   font-size:82%;/* 13px相当 */
   font-weight:bold;
   color:#fff;
   background:url("images/bg_sub_h2.gif") 50% 50%;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:75%;/* 12px相当 */
   line-height:1.4;
   list-style:none;
   background:url("images/bg_dotline.gif") 0 100% repeat-x;
}

div#sub li a {
	padding-left:12px;
	background: url(images/bg_list.gif) no-repeat 0 2px;
	display: block;
}

div#sub .apaff {
	padding:5px 0 5px 0;
	font-size:75%;/* 12px相当 */
	line-height:1.6;
	list-style:none;
	background:url("images/bg_dotline.gif") 0 100% repeat-x;
}

/* ========TOTOP CUSTOMIZE========= */
div#totop {
   margin:10px 0;
   text-align:right;
   font-size:75%;/* 12px相当 */
}

div#totop a {
   padding:0 0 0 12px;
   background:url("images/bg_totop.gif") 0 50% no-repeat;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	text-align:center;
	background:url("images/bg_dotline.gif") 0 0 repeat-x;
}

div#footMenu li {
	display:inline;
	margin:0 0 0 8px;
	font-size:65%;/* 12px相当 */
	list-style:none;
	text-decoration: none;
}

div#footMenu li a{
	padding-left:10px;
	background: url("images/bg_footmenu.gif") 0 50% no-repeat;
	border-bottom: 1px none #555556;
}


div#footMenu li a:hover{
   padding-left:10px;
   background: url("images/bg_footmenu.gif") 0 50% no-repeat;
	border-bottom: 1px solid #555556;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   padding:10px 0;
   font-style:normal;
   font-size:75%;/* 12px相当 */
   color:#fff;
   text-align:center;
}

/* ========MORE CUSTOMIZE======== */

#header span{
	font-size: 10px;
	padding-left: 10px;
	position: absolute;
	width: 330px;
}


.contents_left{
	width: 275px;
	float: left;
	padding: 5px;
	clear: both;
	margin-top: 190px;
}

.contents_right{
	width: 275px;
	float: right;
	padding: 5px;
	margin-top: 190px;
}

#slideshow {
    position:relative;
    display: block;
    clear: both;
    width: 500px;
    float: left;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

.topbox{
	float: left;
	width: 500px;
}

.contents_left ul{
	margin-top: 1px;
}

.contents_right ul{
	margin-top: 1px;
}

.contents_left li{
	margin-bottom: 5px;
}

.contents_right li{
	margin-bottom: 5px;
}
.contents_left h3{
	background: url(images/point_01.gif) no-repeat left -2px;
	padding-top: 3px;
	height: 26px;
	padding-left: 31px;
	font-size: 13px;
	text-shadow: rgba(0,0,0,0.15) 0 2px 4px;
	color: #424242;
}

.contents_right h3{
	background: url(images/point_01.gif) no-repeat left -2px;
	padding-top: 3px;
	height: 26px;
	padding-left: 31px;
	font-size: 13px;
	text-shadow: rgba(0,0,0,0.15) 0 2px 4px;
	color: #424242;
}

#main small{
	margin-bottom: 15px;
	width: 570px;
	float: left;
	font-size: 10px;
}
#main small a {
	text-decoration: none;
}
em {
	
	background: url(images/chack.gif) no-repeat 0 center;
	padding-left: 60px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 11px;
}
.left {
	float: left;
	padding-right: 10px;
}
.left0 {
	float: left;
}

.check {
	background-image: url(images/check.gif);
	background-repeat: no-repeat;
	padding-left: 55px;
	font-weight: bold;
	font-size: 16px;
	background-position: 1px;
	margin-bottom: 2px;
}
.sub-title {
	background-color: #444;
	font-weight: bold;
	font-size: 15px;
	padding-left: 5px;
	margin-bottom: 15px;
	color: #FFF;
}
.check-desc {
	background-color: #f1f1f1;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.pic-middle {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;

}
.sita5 {
	padding-bottom: 5px;
}

.sita10 {
	padding-bottom: 10px;
}
.sita20 {
	padding-bottom: 20px;
}
.sita {
	padding-bottom: 153px;
}
.sita2 {
	padding-bottom: 205px;
}
.up {
	padding-top: 30px;
}
.up10 {
	padding-top: 10px;
}

.up20 {
	padding-top: 20px;
}
.updown5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.updown10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.categorypage {
	list-style-type: none;
}
.profile {
	border-collapse: collapse;
	font-size: 90%;
}.profile tr td {
	padding-left: 8px;
	border: 1px solid #D2D4CD;
	padding-right: 8px;
	padding-top: 13px;
}
.profile tr .item {
	background-color: #F0F0F0;
	width: 110px;
}
.profile tr .item2 {
	line-height: 1.2;

}
.ads-side {
	padding-top: 10px;
	text-align: center;
}
.ads-side2 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ads-side3 {
	text-align: center;
	padding-bottom: 10px;
}
.ads-dot {
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.ads {
	margin-left: 45px;
}
.ad-top {
	padding-left: 30px;
}
.iphone5 {
	text-align: right;
}
.iphone5 a{
	color: #0172AB;
}

.right {
	padding-left: 8px;
	float: right;
}
.date {
	border-collapse: collapse;
	border: 1px solid #ccc;
}
.date td  {
	padding-left: 6px;
	border: 1px solid #ccc;
	padding-top: 12px;
	height: 15px;
}
.date .iro {
	background-color: #f0f0dc;
}
.color {
	background-color: #FF0;
	font-weight: bold;
}
.linkem a {
	text-decoration: underline;
}
.sponsored {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 15px;
}
.sponsored-txt {
	padding-left: 25px;
}
.sponsored2 {
	padding-top: 5px;
	padding-bottom: 20px;
	font-size: 11px;
}
.sponsored3 {
	font-size: 11px;
	padding-bottom: 15px;
	padding-left: 37px;
	color: #555;
}
.sponsored4 {
	font-size: 11px;
	padding-bottom: 15px;
	padding-left: 80px;
	color: #555;
}
.case {
	border-collapse: collapse;
	border: 1px solid #999;
	line-height: 1.5;
	font-size: 14px;
}.case tr td {
	border: 1px solid #999;
	padding: 3px;
}
.case tr .buy {
	padding-left: 8px;
}
.pl50-pb5 {
	padding-bottom: 5px;
	padding-left: 50px;
}
.ya {
	background-image: url(images/arrows.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: 1px;
}
.sns {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sns .twiface {
	float: left;
}
.sns .twiface2 {
	margin-right: 15px;
	float: left;
}
.goto {
	background-image: url(images/bg_totop.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	padding-left: 13px;
}
#top #wrapper #contents #main ul {
	padding: 0px;
	margin-left: 20px;
}
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
