﻿body {
    margin: 0px;
	padding: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ラジオボタンを全て消す */
input[name="tab_item"] {
display: none;
}
/* 選択されているタブのコンテンツのみを表示 */
#sample01:checked ~ #sample01_content,
#sample02:checked ~ #sample02_content,
#sample03:checked ~ #sample03_content{
display: block;
}
/* 選択されているタブのスタイルを変える */
div.tabs-sample input:checked + .tab_item {
background-color: #000;
color: #fff;
}
/* タブ切り替え全体のスタイル（任意） */
div.tabs-sample {
text-align:center;
}

div.tabs-sample ul {
text-align:left;
}

/* タブのスタイル（任意） */
.tab_item {
padding:10px 45px;
border: solid #000 1px;
background-color: #fff;
font-size: 18px;
text-align: left;
line-height:1em;
color: #333;
display:inline-block;
font-weight: bold;
transition: all 0.2s ease;
margin:0;
}
.tab_item:hover {
opacity: 0.75;
}
/* タブ切り替えの中身のスタイル（任意） */
.tab_content {
display: none; /* ←のみ必ず必要 */
border:solid #ccc 1px;
margin:50px 0 0;
padding:25px;
}


.container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
}

/* a */

a:link { color:#000; }
a:visited { color:#000; }
a:hover { color: #00c5b6; }

/* header */

#header-area {
	width:100%;
	height:70px;
	border-bottom:1px solid #d3d3d3;
	border-collapse: collapse;
	background: #FFFFFF;
}

#header {
	width:990px;
	margin:0 auto;
	padding-left: 20px;
	clear: both;
    position: relative;
}

#header-logo {
    height:32px;
	padding:0;
	margin-top:19px;
	float: left;
}

.header-padding{padding-top: 71px}

#header .mypage_btn p {
	display: block;
	float: right;
	background-color: #ff4e61;
	text-align: center;
	margin-left: 5px;
	margin-bottom: 2px;
	padding-right: 5px;
	padding-top: 5px;
	padding-left: 5px;
	border-radius: 5px;
	padding-bottom: 5px;
    line-height: 1.5;
font-size: 14px;
  zoom: 1;
  font-family: 'meiryo', 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'sans-serif';
}
.mypage_btn:hover {
  background-color: #ff878e;
}
.mypage_btn p a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bolder;
}



/* navi-drawer */
#nav-drawer {
	display: none;
}

.nav-unshown {
  display:none;
}

#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;/*最前面に*/
    width: 90%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(105%);
    transform: translateX(105%);/*左に隠しておく*/
}

#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#nav-content ul {
	padding: 0;
	margin: 0;
}

#nav-content li {
	background-color: #fff;
	width:100%;
	border-bottom: solid 1px #dcdddd;
	list-style: none;
	font-size: 110%;
	padding: 10px 0;
	text-align: center;
}

#nav-content li:hover {
	background-color: #e6f8f7;
}

#nav-content li a {
	text-decoration: none;
	display: block;
}


/* navi */
#navi {
	width:auto;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

#navi ul {
	width:auto;
	height:71px;
	padding:0;
	margin:0;
}

#navi li,#navi li a {
	width:auto;
	height:70px;
	float:left;
	font-size:90%;
	list-style-type: none;
	display:block;
	line-height: 70px;
	text-align:center;
	letter-spacing: 1px;
	padding: 0 4px;
}

#navi li:hover{
	background: #e6f8f7;
}

#navi li a {
	text-decoration:none;
}

.clear {
	 clear:both;
}



/*TOP*/
#topContent {
	width: 100%;
	height: 410px;
	padding: 0;
	margin:0;
	background-image: url(../img/topBackimg.png);
	background-position: center;
	background-repeat: no-repeat;

}

#top {
	width: 970px;
	height: 380px;
	margin: 0 auto;
	padding: 30px 0 0 20px;
	background-image: url(../img/topBackimg.png);
	background-position: center;
	background-repeat: no-repeat;
}

.itemLogo{
	margin-bottom: 20px;
}

.performance{
	margin-bottom: 5px;
}

.performance-info{
	width: 410px;
	font-size: 70%;
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 0;
}

.top780 {
	display: none;
}

.topmini {
	display: none;
}

#welcome-content {
	width: 100%;
	height: 157px;
	padding: 0;
	margin:0;
	background-image: url(../img/top-title-backimg.png);
	background-position: center;
	background-repeat: no-repeat;

}

#welcome-content_NW {
	width: 100%;
	height: auto;
	padding: 0;
	margin:0;
	background-color: #000;
}

#welcome-content_NW img {
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}

#top-title {
	width: 970px;
	margin: 0 auto;
	padding: 55px 0 0 20px;
	
}

/*NEWS*/

#news article {
	width: 100%;
	padding: 20px 0 0 0 ;
}

.news_top {
		text-align: center;
}

.news-all {
	width: 900px;
	margin: 0 auto;
	display: block;
}

#news article time {
	color: #00c5b6;
	margin-bottom: 10px;
	display: block;
}

.news_text {
	font-size: 80%;
	padding: 0 20px;
	margin-bottom: 20px;
}

.news_text2 {
	font-size: 90%;
	padding: 0 20px;
	margin-top: 50px;
	font-weight: bold;
}


.important {
	font-size: 130%;
	font-weight: bold;
}

.important a {
		text-decoration:none;
	color: red;
}

.blog {
	font-size: 130%;
	font-weight: bold;
}

.blogs a {
	text-decoration:none;
	color: #00c5b6;
}


/*itemPoint*/
#itemPoint {
	width: 100%;
	background-color: #e6f8f7;
	padding: 50px 0 70px 0;
}

#itemPoint h2::before {
  background-color: #e6f8f7;
}
#itemPoint h2::after {
  background-color: #e6f8f7;
}

/*showcasePoint*/
#showcasePoint {
	width: 100%;
	background-color: #FFFFF5;
	padding: 50px 0 70px 0;
}
#showcasePoint h2::before {
  background-color: #FFFFF5;
}
#showcasePoint h2::after {
  background-color: #FFFFF5;
}

/*introductionPoint*/
#introductionPoint {
	width: 100%;
	background-color: #fff;
	padding: 50px 0 70px 0;
}

/*worktimePoint*/
#worktimePoint {
	width: 100%;
	background-color: #f4f4f4;
	padding: 50px 0 70px 0;
}

#worktimePoint h2::before {
  background-color: #f4f4f4;
}
#worktimePoint h2::after {
  background-color: #f4f4f4;
}


/*goodsPoint*/
#goodsPoint {
	width: 100%;
	background-color: #f4f4f4;
	padding: 50px 0 70px 0;
}

#goodsPoint h2::before {
  background-color: #f4f4f4;
}
#goodsPoint h2::after {
  background-color: #f4f4f4;
}


/*episodePoint*/
#episodePoint {
	width: 100%;
	background-color: #fff;
	padding: 50px 0 70px 0;
}

/*trialPoint*/
#trialPoint {
	width: 100%;
	background-color: #f4f4f4;
	padding: 50px 0 70px 0;
}

#trialPoint h2::before {
  background-color: #f4f4f4;
}
#trialPoint h2::after {
  background-color: #f4f4f4;
}

/*reliablePoint*/
#reliablePoint {
	width: 100%;
	background-color: #fff;
	padding: 50px 0 0 0;
}

/*costPoint*/
#costPoint {
	width: 100%;
	background-color: #f4f4f4;
	padding: 50px 0 70px 0;
}

#costPoint h2::before {
  background-color: #f4f4f4;
}
#costPoint h2::after {
  background-color: #f4f4f4;
}

/*startPoint*/
#startPoint 	{
width: 100%;
	background-color: #fff;
	padding: 30px 0 70px 0;
}

/*operationPoint*/
#operationPoint {
	width: 100%;
	background-color: #f4f4f4;
	padding: 50px 0 70px 0;
}

#operationPoint h2::before {
  background-color: #f4f4f4;
}
#operationPoint h2::after {
  background-color: #f4f4f4;
}

/*networkPoint*/
#networkPoint {
	width: 100%;
	background-color: #fff;
	padding: 50px 0 70px 0;
}

/*changePoint*/
#changePoint {
	width: 100%;
	background-color: #f4f4f4;
	padding: 50px 0 70px 0;
}

#changePoint h2::before {
  background-color: #f4f4f4;
}
#changePoint h2::after {
  background-color: #f4f4f4;
}

/*timerecPoint*/
#timerecPoint {
	width: 100%;
	background-color: #fff;
	padding: 50px 0 70px 0;
}

/*editPoint*/
#editPoint {
	width: 100%;
	background-color: #f4f4f4;
	padding: 50px 0 70px 0;
}

#editPoint h2::before {
  background-color: #f4f4f4;
}
#editPoint h2::after {
  background-color: #f4f4f4;
}

/*more_editPoint*/
#more_editPoint {
	width: 100%;
	background-color: #fff;
	padding: 50px 0 70px 0;
}

/*gainfulPoint*/
#gainfulPoint {
	width: 100%;
	background-color: #f4f4f4;
	padding: 50px 0 70px 0;
}

#gainfulPoint h2::before {
  background-color: #f4f4f4;
}
#gainfulPoint h2::after {
  background-color: #f4f4f4;
}

/*lineupPoint*/
#lineupPoint {
	width: 100%;
	background-color: #fff;
	padding: 50px 0 70px 0;
}

/*optionPoint*/
#optionPoint {
	width: 100%;
	background-color: #fff;
	padding: 50px 0 70px 0;
}


.box{
	width: 940px;
	margin: 0 auto 35px auto;
}

.box::after
{
    content: "";
    clear: both;
    display: block;
}

.option_box{
	width: 940px;
	margin: 35px auto;
	display: block;
}

.option_box::after
{
    content: "";
    clear: both;
    display: block;
}

.more {
	width: 300px;
	text-align: center;
	margin: 0 auto;
}

.more a{
	font-size: 150%;
	font-weight: bold;
	width: 300px;
	border: solid 2px #00c5b6;
	padding: 10px 0;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #00c5b6;
	text-decoration: none;
	display: block;
}

.more a:hover{
	background-color: #e6f8f7;
}

.item_text {
	text-align: center;
	font-size: 95%;
	margin-bottom: 35px;
	padding: 0 10px;
}

.point {
	width: 235px;
	text-align: center;
	float: left;
}

.option_item {
	width: 310px;
	float: left;
}

.col_title{
	width: auto;
	font-size:180%;
	margin:0 auto 35px auto;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.col_title_episode{
	width: auto;
	font-size:180%;
	margin:45px auto 35px auto;
	font-weight: bold;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.col_text {
	padding: 0 20px;
	margin: 0;
	font-size: 90%;
}

.item_box {
	width: 940px;
	overflow: hidden;
}

.clo_L {
	width: 450px;
	float: left;
	padding: 0;
	margin: 0;
}

.clo_L::after
{
    content: "";
    clear: both;
}

.clo_R {
	width: 450px;
	float: right;
	margin: 0;
	margin: 0;
}

.clo_R::after
{
    content: "";
    clear: both;
}

.imgL {
	width: 450px;
	float: left;
	padding: 0;
}

.imgL::after
{
    content: "";
    clear: both;
}

.imgR {
	width: 450px;
	float: right;
	padding: 0;
}

.imgR::after
{
    content: "";
    clear: both;
}

.col_textR {
	padding: 0 20px;
	margin: 0;
	font-size: 90%;
	float: right;
	width: 410px;
}

.col_textR::after
{
    content: "";
    clear: both;
}

.col_textL {
	padding: 0 20px;
	margin: 0;
	font-size: 90%;
	float: left;
	width: 410px;
}

.col_textL::after
{
    content: "";
    clear: both;
}

#big {
	font-size: 120%;
}

#mini {
	font-size: 60%;
}

.points3 {
	width: 940px;
	height: 90px;
	background-color: #f4f4f4;
	overflow: hidden;
}

.episode2 {
	width: 940px;
	height: 90px;
	background-color: #f4f4f4;
	overflow: hidden;
}

.episode_box {
	width: 940px;
	background-color: #f4f4f4;
}

.col_3{
padding: 15px 20px;
	margin: 0 -20px 0 0;
}

.col_2{
padding: 15px 60px;
	margin: 0 -60px 0 0;
}

.point_visit {
	width: 290px;
	height: 59px;
	list-style: none;
	float:left;
	text-align: center;
	background-image: url(../img/point1_backimg.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 13px;
	font-size: 150%;
	line-height: 250%;
	color: #fff;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	display: block;
	text-decoration: none;
}

.point_normal:hover {
	background-image: url(../img/point2_backimgOn.png);
}

.point_normal {
	width: 290px;
	height: 59px;
	list-style: none;
	float:left;
	text-align: center;
	background-image: url(../img/point2_backimg.png);
	background-position: center;
	background-repeat: no-repeat;
	font-size: 150%;
	line-height: 250%;
	margin-right: 13px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	color: dimgrey;
	display: block;
	text-decoration: none;
}

.episode_visit {
	width: 384px;
	height: 59px;
	list-style: none;
	float:left;
	text-align: center;
	background-image: url(../img/episode1_backimg.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 35px;
	font-size: 150%;
	line-height: 250%;
	color: #fff;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	display: block;
	text-decoration: none;
}

.episode_normal:hover {
	background-image: url(../img/episode2_backimgOn.png);
}

.episode_normal {
	width: 384px;
	height: 59px;
	list-style: none;
	float:left;
	text-align: center;
	background-image: url(../img/episode2_backimg.png);
	background-position: center;
	background-repeat: no-repeat;
	font-size: 150%;
	line-height: 250%;
	margin-right: 35px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	color: dimgrey;
	display: block;
	text-decoration: none;
}

.step_visit {
	width: 290px;
	height: 59px;
	list-style: none;
	float:left;
	text-align: center;
	background-image: url(../img/step1_backimg.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 13px;
	font-size: 150%;
	line-height: 250%;
	color: #fff;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	display: block;
	text-decoration: none;
}

.step_normal:hover {
	background-image: url(../img/step2_backimgOn.png);
}

.step_normal {
	width: 290px;
	height: 59px;
	list-style: none;
	float:left;
	text-align: center;
	background-image: url(../img/step2_backimg.png);
	background-position: center;
	background-repeat: no-repeat;
	font-size: 150%;
	line-height: 250%;
	margin-right: 13px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	color: dimgrey;
	display: block;
	text-decoration: none;
}

.main_pc {
	width: auto;
}

.main_mini {
	display: none;
}

.lineup {
	width: 900px;
	height: auto;
	margin: 0 auto 25px auto;
	background-color: #f4f4f4;
	padding: 20px;
}

.lineup::after {
	content: "";
	clear: both;
}

.lineup_box{
	width: 900px;
	height: 820px;
}

.scroll {
	height: auto;
}

.normal {
	width: 290px;
	height: auto;
	border: solid 1px #c8c8c8;
	background-color: #fff;
	float: left;
	margin-right: 5px;
}

.normal .lineup_heard {
	height: auto;
	background: #00c5b6;
	padding: 10px 0 20px 0 ;
}

.normal .nop_list li {
	border: solid 1px #00c5b6;
	float: left;
	margin: 0 2px 0 0 ;
	list-style: none;
	padding: 5px 0;
	width: 90px;
	color: #00c5b6;
}

.NS {
	width: 290px;
	height: auto;
	border: solid 1px #c8c8c8;
	background-color: #fff;
	float: left;
	margin-right: 5px;
}

.NS .lineup_heard {
	height: auto;
	background: #007f41;
	padding: 10px 0 20px 0 ;
}

.NS .nop_list li {
	border: solid 1px #007f41;
	float: left;
	margin: 0 2px 0 0 ;
	list-style: none;
	padding: 5px 0;
	width: 90px;
	color: #007f41;
}

.DX {
	width: 290px;
	height: auto;
	border: solid 1px #c8c8c8;
	background-color: #fff;
	float: left;
}

.DX .lineup_heard {
	height: auto;
	background: #00584d;
	padding: 10px 0 20px 0 ;
}

.DX .nop_list li {
	border: solid 1px #00584d;
	float: left;
	margin: 0 2px 0 0 ;
	list-style: none;
	padding: 5px 0;
	width: 90px;
	color: #00584d;
}


.lineup_title_mini {
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	margin: 0 0 10px 0;
}

.lineup_title_big {
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 0;
}

.nop_list {
	width: 290px;
	height: 43px;
	text-align: center;
}

.nop_list::after {
    content: "";
    clear: both;
}

.nop_list ul {
	padding: 3px;
	margin: 0;
}

.line_txt {
	padding: 10px;
	text-align: center;
	font-size: 75%;
	border-top: solid 1px #c8c8c8;
}
.fanction_list ul{
	padding: 0;
	margin: 0;
}

.active {
	list-style: none;
	height: 40px;
	border-top: solid 1px #c8c8c8;
	padding: 10px 0 0 10px ;
	line-height: 170%;
}

.not {
	list-style: none;
	height: 40px;
	border-top: solid 1px #c8c8c8;
	padding: 10px 0 0 10px ;
	line-height: 170%;
	color: #e2e2e2;
}


.list_check {
	float: left;
	margin-right: 10px;
}

/* h */

h1 {
	padding: 0;
	margin: 0;
	font-size: 200%;
	margin-bottom: 35px;
	color: #FFF;
}

h2 {
	text-align: center;
	width: auto;
	font-size:180%;
	margin:0 auto 35px auto;
	font-weight: bold;
	position: relative;
	padding-top: 0;
  padding-bottom: .5em;
  border-bottom: 4px solid #00c5b6;
		font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

h2::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 45%;
  height: 4px;
  background-color: #fff;
}

h2::after {
  position: absolute;
  bottom: -4px;
  right: 0;
  z-index: 2;
  content: '';
  width: 45%;
  height: 4px;
  background-color: #fff;
}

h3 {
	font-size:160%;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height:130%;
	font-weight:bold;
	text-align:center;
	color: #00c5b6;
	margin-bottom: 0;
	padding: 0;
}

h4 {
	margin:0 ;
	font-weight:normal;
}

h5 {
	font-size:120%;
	line-height:150%;
	margin:30px 0px;
	padding: 0 30px;
	font-weight:bold;
	text-align: center;
}

h6 {
	font-size:130%;
	line-height:120%;
	margin:0 0 20px 0;
	padding:10px 0 10px 10px;
	font-weight:normal;
	border-bottom:solid #dcdddd 1px;
	border-left:solid #FF3133 10px;
}


.topics {
	border: solid 1px #C0C0C0;
	padding: 0 20px;
	margin-bottom: 30px;
}

.topics ul {
	padding: 0px;
}

.topics li {
	border-bottom: dotted 1px #C0C0C0;
	padding-bottom: 10px;
	margin: 10px;
	list-style-position: inside;
}

.topics-title {
	font-size: 140%;
	color:#00a99d;
	text-align: center;
	border-bottom: solid 5px #00a99d;
	padding-bottom: 10px;
}


/* title */

#title {
	width:100%;
	padding: 20px 0;
	margin-bottom:30px;
	border-bottom:1px solid #d3d3d3;
	text-align:center;
}

.movie {
	margin-bottom: 30px;
}

.movie_mobi {
	display: none;
}

/* side */

#side {
	width:202px;
	float:left;
	margin-bottom:60px;
}

.twitter {
	display: block;
	margin-top: 20px;
	text-align: center;
}

.mobi_twitter {
	display: none;
}

.new-ver img {
	width:100%;
}

.buybox {
	margin-bottom:30px;
}

.item_type {
	border-top: 1px solid #00a99d;
	border-bottom: 1px solid #00a99d;
	color:#00a99d;
	padding:5px 0;
	text-align:center;
	margin-bottom:10px;
}

.item_img {
	margin-bottom:10px;
	text-align:center;
}

.item_outline {
	text-align:center;
	font-size:80%;
	padding-bottom:10px;
	margin-bottom:5px;
    border-bottom: 1px solid #bbbbbb;
}

.item_price {
	color:#ff181a;
	text-align:center;
	margin-bottom:10px;
}

.price_mini {
	font-size:80%;
}

.price_big {
	font-size:140%;
	font-style:italic;
    margin:0 5px 0 10px;
}

.cart {
	height:50px;
	margin-bottom:15px;
	background-color:#ff6868;
	border-bottom: 3px solid #ff4343;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.cart a:link  {
    display: block;
	text-decoration:none;
    text-align: center;
    padding: 15px 0;
	color:#fff;
}

.cart a:visited  {
	color:#fff;
}

.cart:hover {
    background-color:#ff4343;
}

.side-navi-title {
	border: 1px solid #000;
	background-color:#e6e6e6;
	color:#000;
	padding:10px 0;
	margin:0 0 20px 0;
	text-align:center;
}

.side-navi ul {
	margin:0;
	padding:0;
	list-style:url(../img/list_mark_side.png);
    list-style-position: inside;
}

.side-navi li {
	height:25px;
	padding: 10px 0;
	border-bottom: 1px dashed #bbbbbb;
}

.side-navi li a:link  {
	text-decoration:none;
	color:#000;
	vertical-align: top;
}

.side-navi li:hover {
    background-color:#e6e6e6;
}

.side-navi li a:visited  {
	color:#000;
}

/* contents */

#contents-right {
	width:717px;
	float:right;
}

.itemTop {
	width:717px;
	margin-bottom:30px;
}

.itemTop-mini {
	display:none;
}

#frame {
	margin-bottom:60px;
}

#faq {
	margin-bottom:60px;
	text-align: left;
}

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

.frame_img {
	margin-bottom:25px;
	text-align: center;
}

.frame_txt {
	margin-bottom:25px;
	font-size:95%;
	line-height:150%;
}

.frame_txt a:link {
	color:#ff181a;	
}

.frame_2col {
	clear:both;
}

.frame_img2col_left {
	width:400px;
	float:left;
}

.frame_txt2col_right {
	font-size:95%;
	width:280px;
	line-height:150%;
	float:right;
}


.soft-detail {
	width:717px;
}
.soft-detail table {
	border-top:solid #dcdddd 1px;
	width:717px;
}

.soft-detail td {
	font-size:12px;
	text-align:center;
	vertical-align:middle;
	border-bottom:solid #dcdddd 1px;
	border-collapse:collapse;
	padding:10px 0;
}

#detail-title {
	background-color:#efefef;
	width:150px;
	height:16px;
	border-right:solid #dcdddd 1px;
}

#detail-left {
	border-right:dashed #dcdddd 1px;
	width:273px;
}

.soft-detail ul {
	margin:0;
	padding:0 15px;
}

.soft-detail li {
	margin:5px 0 0 0;
	padding:0;
	font-size:80%;
}

.bnr-wide {
	width:717px;
}

.bnr-wide-mini {
	display:none;
}

.title-wide {
	width:717px;
	margin-bottom:30px;
}

.title-wide-mini {
	display:none;
}

.btn_erea {
	text-align:center;
	margin-bottom:15px;
}

/* itemNavi */

#itemNavi {
	width:717px;
}

#supportNavi {
	width:950px;
	margin-bottom: 20px;
}

/* tabNavi */

#tabNavi {
    display: block;
    height: 61px;
    border-bottom: 1px solid #bbbbbb;
	margin:0 1px 25px 0;
	list-style:none;
	padding:0 4px 0 2px;
}

#tabNavi li {
	-webkit-border-top-left-radius: 30px;  
    -webkit-border-top-right-radius: 30px;   
    -moz-border-radius-topleft: 30px;  
    -moz-border-radius-topright: 30px; 
	display:block;
}

#tabNavi li a:link  {
    display: block;
	text-decoration:none;
    line-height: 1.2;
    text-align: center;
    padding: 19px 0;
}

#tabNavi li#self {
	float:left;
	margin-left:2px;
	border: 1px solid #cccccc;
	border-bottom: none;
    border-radius: 3px 3px 0 0;
    height: 61px;
    background: #ffffff !important;
    box-shadow: 0 1px 0 #ffffff; 
	width:133px;
}

#tabNavi li#self a {
	color:#00a99d;
}

#tabNavi li.link {
	float:left;
	margin-left:2px;
	border: 1px solid #cccccc;
	border-bottom: none;
    border-radius: 3px 3px 0 0;
    height: 60px;
    background-image: linear-gradient(#fff, #f0f0f0);
	width:133px;
	display:block;
}

#tabNavi li.link:hover {
    background-image: linear-gradient(#fff, #e6e6e6);
}

#tabNavi li.link a {
	color:#000;
}

#tabNavi li.link a:hover {
	color:#00a99d;
}

#tabNavi li.support {
	float:right;
	border: 1px solid #cccccc;
	border-bottom: none;
    border-radius: 3px 3px 0 0;
    height: 60px;
    background-image: linear-gradient(#fff, #f0f0f0);
	width:133px;
}

#tabNavi li.support a {
	color:#000;
}

#tabNavi li.support a:hover {
	color:#00a99d;
}

#tabNavi li.support:hover {
    background-image: linear-gradient(#fff, #e6e6e6);
}

#tabNavi li#support_self {
	float:right;
	border: 1px solid #cccccc;
	border-bottom: none;
    border-radius: 3px 3px 0 0;
    height: 61px;
    background: #ffffff !important;
    box-shadow: 0 1px 0 #ffffff; 
	width:133px;
}

#tabNavi li#support_self a {
	color:#00a99d;
}

/* boxNavi */

#boxNavi {
    display: block;
    clear: both;
    height: 57px;
    border: 1px solid #e6e6e6;
	border-right:none;
    border-collapse: collapse;
	background:#f2f2f2;
	margin:0 0 25px 0;
	list-style:none;
	padding:0px;
	width:714px;
}

#boxNavi li {
	border-bottom: 2px solid #00a99d;
	background:#fff;
	width:118px;
	height:56px;
	display:block;
	float:left;
	border-right: 1px solid #e6e6e6;
	border-collapse: collapse;
}

#boxNavi li a:link  {
    display: block;
	text-decoration:none;
    line-height: 1.2;
    text-align: center;
    padding: 16px 0;
	color:#000;

}

#boxNavi li.kinou02 a:link  {
    display: block;
	text-decoration:none;
    line-height: 1;
    text-align: center;
    padding: 13px 0 8px 0;
	color:#000;

}

#boxNavi li.kinou {
	display:block;
}

#boxNavi li.kinou:hover {
    background: #cbedeb;
}

#boxNavi li.kinou02 {
	display:block;
}

#boxNavi li.kinou02:hover {
    background: #cbedeb;
}

#boxNavi li a:hover {
	color:#000;
}

#boxNavi li a:visited  {
	color:#000;

}

#boxNavi li.kinou_visited  {
    display: block;
    text-align: center;
	color:#000;
    background: #cbedeb;
}

#boxNavi li.kinou_visited02 a:link  {
    display: block;
	text-decoration:none;
    line-height: 1;
    text-align: center;
    padding: 12px 0 12px 0;
	color:#000;
    background: #cbedeb;
}


/* system */

.system {
	margin-bottom:30px;
}

.system table {
	border-top:solid #dcdddd 1px;
	width:717px;
}

.system td {
	font-size:12px;
	text-align:left;
	vertical-align:middle;
	padding:10px 0 10px 15px;
	border-bottom:solid #dcdddd 1px;
	border-collapse:collapse;
}

#system-title {
	background-color:#efefef;
	text-align:center;
	width:170px;
	height:36px;
	border-right:solid #dcdddd 1px;
	padding:0;
}

.system ul {
	margin:0;
	padding:0 15px;
}

.system li {
	margin:5px 0 0 0;
	padding:0;
	font-size:80%;
}

#system-left {
	text-align:center;
	border-right:dashed #dcdddd 1px;
	width:250px;
}

#system-right {
	text-align:center;
	width:250px;
}

p#mini-title {
	font-size:90%;
	padding:5px 10px;
	margin-top:30px;
	margin-bottom:15px;
	letter-spacing:0.2em;
	background-color:#efefef;
}

.mini {
	font-size:80%;
	margin:10px 0 20px 0;
	line-height:120%;
	width: auto;
}

.notice_big {
	color:#ff181a;
	font-size:120%;
	padding:20px;
	border:solid #ff181a 1px;
	text-align:center;
	display:block;
}

.notice_mini {
	color:#ff181a;
	font-size:90%;
}

/* updata */

input[type=text]{
width:400px;
height:35px;
font-size:130%;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.updata {
	background-color:#efefef;
	border-top:solid #dcdddd 1px;
	border-bottom:solid #dcdddd 1px;
	padding:20px;
}

p.download {
	text-align:center;
	font-size:120%;
	margin:0 0 30px 0;
}

.updata_form {
	width:600px;
	margin:0 auto;
	text-align:center;
}

.note{
	font-size: small;
}

input[type=submit]{
width:200px;
height:35px;
font-size:100%;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* trial */

.trial_form {
	width:auto;
	margin:0 auto;
	text-align:center;
}

.trial {
	background-color:#efefef;
	border-top:solid #dcdddd 1px;
	border-bottom:solid #dcdddd 1px;
	padding:20px;
	margin-bottom:30px;
}

/* faq */

.faq {
	margin-top:20px;
}

#faq_cat {
	width:100%;
	font-size:140%;
	padding:20px 0;
	border:1px solid #d3d3d3;
	border-collapse: collapse;
	background:linear-gradient(#F2F2F2,white);
	text-align:center;
	margin-bottom:20px;
}
.faq li {
	margin-bottom:20px;
}

/*ユーザー登録*/
.timerec_erea {
	width: 450px;
	padding: 0 15px;
	margin-top: 30px;
	border: solid 1px #CCCCCC ;
	background-color: #B7FFE1;
	text-align: center;
	display: table-cell;
}

.worktime_erea {
	width: 450px;
	padding: 0 15px;
	margin-top: 30px;
	border: solid 1px #CCCCCC ;
	background-color: #E9FBFF;
	text-align: center;
	display: table-cell;
}

.timerec_erea ul {
	padding: 0px;
}

.worktime_erea ul {
	padding: 0px;
}

li#type {
	list-style: none;
	border: solid 1px #000000;
	padding: 10px;
	margin-bottom: 5px;
	font-size: 120%;
	background-color: #FFFFFF;
	text-align: center;
}

li#type a {
		display: block;
        text-decoration:none;
}

/*manual*/

.manual table {
	border-top:solid #dcdddd 1px;
	width:715px;
}

.manual {
	margin-bottom:30px;
}
.manual td {
	font-size:14px;
	text-align:left;
	vertical-align:middle;
	padding:10px 0 10px 15px;
	border-bottom:solid #dcdddd 1px;
	border-collapse:collapse;
}

#manual-title {
	background-color:#efefef;
	text-align:center;
	width:200px;
	height:36px;
	border-right:solid #dcdddd 1px;
	padding:0;
}

.manual ul {
	margin:0;
	padding:0 15px;
}

.manual li {
	margin:5px 0 0 0;
	padding:0;
	font-size:80%;
}

#manual-left {
	text-align:center;
	border-right:dashed #dcdddd 1px;
	width:250px;
}

#manual-right {
	text-align:center;
	width:250px;
}

#page_top  {
	clear: both;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* ask */

.sp_mail {
	width:650px;
	text-align:center;
	border:solid #c9cddd 1px;
	background-color:#f6f7f9;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/* jury-rig */
padding:30px;
}

.sp_mail_box {
	font-size:120%;
	margin-bottom:20px;
}

.form {
	vertical-align: middle;
}

input[type=text]{
width:400px;
height:25px;
font-size:130%;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/* jury-rig */
margin:5px 0;
}

input[type=image]{
margin:20px 0;
}

/* footer */

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2b2b2;
	font-size: 80%;
	line-height: normal;
	clear: both;
}

.ft_navi {
	padding: 0px;
	margin: 20px auto;
	display: flex;
justify-content:center;
	flex-wrap:wrap;
}

#footer li {
	list-style: none;
	float: left;
}

#footer li:after{
	content: "｜";
}


#footer #mb_navi{
	display: none;
} 

#mb_navi p{
	padding: 0;
	margin: 0;
} 


#footer #copy {
	clear: both;
	color: #ffffff;
	background-image: url(../../../img/back.png);
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.series {
	width: 100%;
	height: 26px;
	padding: 0;
}

.series:after {
	clear: both;
}


.lineup_icon {
	width: 264px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	height: 26px;
}

.lineup_icon li {
	float: left;
	list-style: none;
	padding: 0;
	margin-right: 10px;
}


@media screen and (max-width:900px){
/* header */


#header-logo {
    height:32px;
	padding:0;
	margin-top:19px;
	float: left;
}

/* navi */

#navi ul {
	width:auto;
	height:71px;
	padding:0;
	margin:0;
}

#navi li,#navi li a {
	width:auto;
	height:70px;
	font-size:80%;
	list-style-type: none;
    display: inline;
	line-height: 70px;
	text-align:center;
	letter-spacing: 1px;
	padding: 0 4px;
}
	


@media screen and (max-width:780px){
.container{
	width:inherit;
}

#header-area {
	width:100%;
	height:71px;
	border-bottom:1px solid #d3d3d3;
	border-collapse: collapse;
}
#header {
	width:100%;
	margin:0;
}


#navi {
	display: none;
}

#nav-drawer {
	display: block;
    position: absolute;
	right: 21px;
	top: 21px;
	bottom: 0;
	width: auto;
	}

#news article {
	width: 100%;
	border-bottom: solid 1px #dcdddd;
	border-right: none;
	padding: 10px 0;
}
	
.news-all {
width: auto;
}


	/*TOP*/
#topContent {
	width: 100%;
	height: auto;
	padding: 0;
	margin:0;
	background-image: none;
	background-position: none;
	background-repeat: none;

}

#top {
	display: none;
	}

.itemLogo{
	margin-bottom: 20px;
}

.performance{
	margin-bottom: 5px;
}

.performance-info{
	width: 410px;
	font-size: 70%;
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 0;
}
	
	.top780 {
		width: 100%;
		display: block;
		padding: 0;
		margin: 0;
	}
	
	.top780 img {
		width: 100%;
		height: auto;
	}
	
	.topmini {
		display: none;
	}
	
	
	
/*itemPoint*/
#itemPoint {
	width: 100%;
	background-color: #e6f8f7;
	padding: 35px 0;
}

.box{
	width: auto;
	text-align: center;
}

.box::after
{
    content: "";
    clear: both;
    display: block;
}
	
	.option_box{
	width: auto;
	text-align: center;
}

.item_text {
	text-align: center;
	font-size: 95%;
	margin-bottom: 35px;
}

.option_item {
	text-align: center;
	float: none;
	margin-bottom: 15px;
	display: block;
	margin: 0 auto 15px auto;
}
	
	.option_item img {
		margin-bottom: 10px;
	}
	
	.point {
	text-align: center;
	float: left;
	margin-bottom: 15px;
}
	
	.point img {
		margin-bottom: 10px;
	}
	

.item_box {
	width: 470px;
	margin: 0 auto;
}
	
.points3 {
	width: 100%;
	height: auto;
}
	
.point_visit {
	float:none;
	margin: 0 auto;

}

.point_normal {
	float:none;
	margin: 0 auto;
}

	
.episode2 {
	width: 100%;
	height: auto;
	padding: 0;
}
	
.episode_visit {
	float:none;
	margin: 0 auto;

}

.episode_normal {
	float:none;
	margin: 0 auto;
}
	
	.col_2{
padding: 15px 0px;
	margin: 0 ;
}
	
	
	#top-title {
	width: auto;
	margin: 0 auto;
	padding: 55px 0 0 20px;
	text-align: center;
	
}
	
	
	.main_pc {
		display: none;
}

.main_mini {
	display: block;
	width: 100%;
}

.col_title{
	margin:25px auto 35px auto;
}
	
.col_title_episode{
	margin:25px auto 35px auto;
}
	
	
	.step_visit {
	background-image: url(../img/step1_backimg_mini.png);
}

.step_normal:hover {
	background-image: url(../img/step2_backimgOn_mini.png);
}

.step_normal {
	background-image: url(../img/step2_backimg_mini.png);
}
	
	.step_visit {
	float:none;
	margin: 0 auto 10px auto;

}

.step_normal {
	float:none;
	margin: 0 auto 10px auto;
}
	
	
	.ft_navi {
		display: none;
	}
	
	
.lineup {
	width: 90%;
	margin: 0 auto 25px auto;
}
	
	.fanction_list li {
		text-align: left;
	}
	
.scroll {
		min-width: 285px;
		overflow-x: scroll;
	    margin:0 auto;
	}
	
	
h3 {
	font-size:160%;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height:130%;
	font-weight:bold;
	text-align:center;
	color: #00c5b6;
	margin-top: 0;
	margin-bottom: 0;
}


#contener {
	width:auto;
	margin-top:10px
}
#top {
	width:auto;
	height:auto;
	padding:0 10px;
	margin-bottom:30px;
}
.soft-img {
	width:auto;
	height:287px;
	text-align:center;
	float:none;
}
.soft-point {
	width:auto;
	margin-bottom:20px;
	padding-left:10px;
}
.soft-point li {
	width:130px;
	margin:0 5px 5px 0;
	float:left;
}
.soft-detail {
	width:auto;
	float:none;
}

.table-scroll {
	min-width:285px;
	overflow: auto;
	margin:0 auto;
}

.info-bnr {
	width:auto;
	border-top:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	margin-bottom:20px;
}

.info-bnr ul {
	padding:10px 0;
	height:auto;
	width:285px;
	margin:0 auto;;
}

.info-bnr li {
	width:287px;
	margin-bottom:10px;
	padding:0;
	list-style:none;
	float:none;
}

li.r {
	padding:0;
	margin:0;
}


#contents {
	width:auto;
}
.tab {
	width:100%;
	height:55px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.tab li {
	border:1px solid #d3d3d3;
	border-collapse: collapse;
	text-align:center;
    line-height: 60px;
	width:100%;
	height:60px;
	float:left;
	list-style-type: none;
	color:#FF3133;
	font-size:90%;
	box-sizing: border-box;
	font-weight:bold;
	display:block;
}

li.after {
	background-color:#fff;
	font-size:75%;
	font-weight:normal;
	line-height: 40px;
	height:40px;
}
.contents-navi {
	width:100%;
	height:40px;
	padding:10px 0px;
}

.contents-navi ul {
	padding:0 0 0 20px;
	margin:0;
}

.contents-navi li {
	float:left;
	list-style-type: none;
	margin-right:25px;
	font-size:90%;
	letter-spacing: 0px;
}
.outline {
	padding:30px 20px;
	border-bottom:1px solid  #d3d3d3;
}

.outline p {
	font-size:95%;
	line-height:150%;
}

dl {
	margin:30px 0;
	width:100%;
	height:auto;
	text-align:center;
}

dl img {
	width:100%;
	height:auto;
}

dl.sml-img {
	width:auto;
	padding:0;
	margin:0 20px 20px 0;
	float:left;
}

p.mini {
	font-size:75%;
	margin:10px 0 20px 0;
}

.system {
	margin-bottom:30px;
	width:auto;
}

.system table {
	border-top:solid #dcdddd 1px;
	width:510px;
}

.system td {
	font-size:12px;
	text-align:left;
	vertical-align:middle;
	padding:10px 0 10px 15px;
	border-bottom:solid #dcdddd 1px;
	border-collapse:collapse;
}

#system-title {
	background-color:#efefef;
	text-align:center;
	width:100px;
	height:auto;
	border-right:solid #dcdddd 1px;
	padding:10px;
}

.system ul {
	margin:0;
	padding:0 15px;
}

.system li {
	margin:5px 0 0 0;
	padding:0;
	font-size:80%;
}

#system-right {
	text-align:center;
	width:200px;
}

#system-left {
	text-align:center;
	border-right:dashed #dcdddd 1px;
	width:200px;
}

#system-right img {
	width:50%;
	height:auto;
}

#system-left img {
	width:50%;
	height:auto;
}

/*オンライン購入*/

.buy {
	margin:0 auto 30px auto;
	width:300px;
}

.buy table {
	border-top:solid #dcdddd 1px;
	max-width:300px;
}

.buy td {
	font-size:12px;
	text-align:left;
	vertical-align:middle;
	padding:10px;
	border-bottom:solid #dcdddd 1px;
	border-collapse:collapse;
}

#buy-right {
	text-align:center;
	max-width:150px;
}

#buy-left {
	text-align:center;
	border-right:dashed #dcdddd 1px;
	max-width:150px;
}

#buy-right img {
	width:90%;
	height:auto;
}

#buy-left img {
	width:90%;
	height:auto;
}

.support-navi {
	width:auto;
}

.support-navi ul {
	padding:20px;
	width:auto;
}

.support-navi li {
	list-style-type:none;
	float:left;
	margin-bottom:20px;
}

#faq_cat {
	width:100%;
	font-size:120%;
	padding:20px 0;
	border:1px solid #d3d3d3;
	border-collapse: collapse;
	background:linear-gradient(#F2F2F2,white);
	text-align:center;
	margin-bottom:20px;
}

/* system */

.system ul {
	margin:0;
	padding:0 15px;
}

.system li {
	margin:5px 0 0 0;
	padding:0;
	font-size:80%;
}

#system-right {
	text-align:center;
	width:100px;
}

#system-left {
	text-align:center;
	border-right:dashed #dcdddd 1px;
	width:100px;
}

#system-right img {
	width:50%;
	height:auto;
}

#system-left img {
	width:50%;
	height:auto;
}

/* footer */

#page_top  {
	text-align: center;
	margin-right:0px;
	margin-bottom:30px;
}
#footer .foot_navi {
	display: none;
}
#footer #mb_navi{
	display: block;
	width: 100%;
} 
#footer #mb_navi a{
	display: block;
	background-color: #efefef;
	border-bottom: 1px solid #c9caca;
	padding: 10px;
	text-align: center;
}
#footer #copy {
	display: none;
}

/* h */



/* side */

#side {
	width:auto;
	padding:0 20px;
	float:none;
	margin-bottom:30px;
}

.new-ver {
	width:100%;
	text-align:center;
}

.new-ver img {
	width:221px;
}

/* contents */

#contents-right {
	width:auto;
	float:none;
	padding:0 15px;
}

.itemTop {
	display:none;
}

.itemTop-mini {
	width:auto;
	margin:0 auto 30px auto;
	display:block;
}

.itemTop-mini img {
	width:100%;
	height:auto;
	margin-bottom:30px;
}

#frame {
	margin-bottom:30px;
}

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

.frame_img {
	margin-bottom:25px;
	width:auto;
}

.frame_img img {
	width:100%;
}

.frame_txt {
	margin-bottom:25px;
	font-size:90%;
	line-height:140%;
}

.frame_img2col_left {
	width:auto;
	margin-bottom:15px;
	float:none;
}

.frame_img2col_left img {
	width:100%;
}

.frame_txt2col_right {
	font-size:90%;
	width:auto;
	line-height:140%;
	float:none;
}

.title-wide {
	display:none;
}

.title-wide-mini {
	width:auto;
	display:block;
	margin-bottom:30px;
}

.bnr-wide {
	display:none;
}

.bnr-wide-mini {
	width:auto;
	display:block;
}

.bnr-wide-mini img {
	width:100%;
	height:auto;
}

.title-wide-mini img {
	width:100%;
	height:auto;
}

/* soft detail */

.soft-detail table {
	border-top:solid #dcdddd 1px;
	width:510px;
}

.soft-detail td {
	padding:10px;
	height:auto;
}

#detail-title {
	background-color:#efefef;
	width:90px;
	height:auto;
	border-right:solid #dcdddd 1px;
}

#detail-left {
	border-right:dashed #dcdddd 1px;
	width:200px;
}

/* itemNavi */

#itemNavi {
	width:auto;
	margin:0 0 25px 0;
}
	
	#supportNavi {
	width:auto;
	margin:0 0 25px 0;
}

/* tabNavi */

#tabNavi {
    display: block;
	text-align:center;
    border-bottom: none;
	list-style:none;
	padding:0px;
	font-size:100%;
	float:none;
	height:auto;
}

#tabNavi li {
	-webkit-border-top-left-radius: 30px;  
    -webkit-border-top-right-radius: 30px;   
    -moz-border-radius-topleft: 30px;  
    -moz-border-radius-topright: 30px; 
	display:block;
}

#tabNavi li a:link  {
    display: block;
	text-decoration:none;
    line-height: 1.2;
    text-align: center;
    padding: 10px 0;
	margin:0;
}

#tabNavi li#self {
	float:left;
	border: 1px solid #cccccc;
    border-radius: 3px;
    height: 40px;
    background: #ffffff !important;
	width:100%;
    margin:0;
	padding:10px 0;
}

#tabNavi li#self a {
	color:#00a99d;
}

#tabNavi li.link {
	border: 1px solid #cccccc;
    border-radius: 3px;
    height: 40px;
    background-image: linear-gradient(#fff, #f0f0f0);
	width:100%;
	display:block;
	margin:0;
}

#tabNavi li.link:hover {
    background-image: linear-gradient(#fff, #e6e6e6);
}

#tabNavi li.link a {
	color:#000;
}

#tabNavi li.link a:hover {
	color:#00a99d;
}

#tabNavi li.support {
	float:left;
	border: 1px solid #cccccc;
    border-radius: 3px;
    height: 40px;
    background-image: linear-gradient(#fff, #f0f0f0);
	width:100%;
}

#tabNavi li.support a {
	color:#000;
}

#tabNavi li.support a:hover {
	color:#00a99d;
}

#tabNavi li.support:hover {
    background-image: linear-gradient(#fff, #e6e6e6);
}

#tabNavi li#support_self {
	float:left;
	border: 1px solid #cccccc;
    border-radius: 3px;
    height: 40px;
    background: #ffffff !important;
	width:100%;
    margin:0;
	padding:10px 0;
}

#tabNavi li#support_self a {
	color:#00a99d;
}

/* boxNavi */

#boxNavi {
    display: block;
    border: 1px solid #e6e6e6;
	border-right:none;
    border-collapse: collapse;
	background:#f2f2f2;
	margin:-25px auto 25px auto;
	list-style:none;
	padding:10px;
	width:auto;
	font-size:90%;
	height:auto;
}

#boxNavi li {
	border: 1px solid #e6e6e6;
	background:#fff;
	width:100%;
	height:auto;
	display:block;
	border-collapse: collapse;
}

#boxNavi li a:link  {
    display: block;
	text-decoration:none;
    line-height: 1.2;
    text-align: center;
    padding: 10px 0;
	color:#000;

}

#boxNavi li.kinou02 a:link  {
    display: block;
	text-decoration:none;
    line-height: 1;
    text-align: center;
    padding: 5px 0;
	color:#000;

}

#boxNavi li.kinou {
	display:block;
}

#boxNavi li.kinou:hover {
    background: #cbedeb;
}

#boxNavi li.kinou02 {
	display:block;
}

#boxNavi li.kinou02:hover {
    background: #cbedeb;
}

#boxNavi li a:hover {
	color:#000;
}

#boxNavi li a:visited  {
	color:#000;

}

#boxNavi li.kinou_visited  {
    display: block;
    text-align: center;
	color:#000;
    background: #cbedeb;
}

#boxNavi li.kinou_visited02 a:link  {
    display: block;
	text-decoration:none;
    line-height: 1;
    text-align: center;
    padding: 12px 0 12px 0;
	color:#000;
    background: #cbedeb;
}
	
/* updata */

.updata {
	background-color:#efefef;
	border-top:solid #dcdddd 1px;
	border-bottom:solid #dcdddd 1px;
	padding:20px;
}

p.download {
	text-align:center;
	font-size:100%;
	margin:0 0 30px 0;
}

.updata_form {
	width:auto;
	margin:0 auto;
	text-align:center;
}

.updata_info img {
	width:100%;
}
    
.updata_name {
	text-align:left;
}    

input[type=text]{
width:90%;
height:35px;
font-size:100%;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type=submit]{
width:250px;
height:35px;
font-size:120%;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.trial_form {
	width:auto;
	margin:0 auto;
	text-align:center;
}

.trial {
	background-color:#efefef;
	border-top:solid #dcdddd 1px;
	border-bottom:solid #dcdddd 1px;
	padding:20px;
	margin-bottom:30px;
}

/* ask */

.sp_mail {
	width:auto;
	text-align:center;
	border:solid #c9cddd 1px;
	background-color:#f6f7f9;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/* jury-rig */
padding:15px;
}

.sp_mail_box {
	font-size:110%;
	margin-bottom:20px;
}

.form {
	vertical-align: middle;
}

input[type=text]{
width:200px;
height:30px;
font-size:90%;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/* jury-rig */
margin:5px 0;
}

input[type=image]{
margin:20px 0;
}

	.twitter {
	display: none;
}

.mobi_twitter {
	display: block;
	width: 300px;
	text-align: center;
	margin-top: 20px;
}

	/*ユーザー登録*/
.timerec_erea {
	float: none;
	width: auto;
	padding: 0 15px;
	margin-top: 30px;
	border: solid 1px #CCCCCC ;
	background-color: #B7FFE1;
	text-align: center;
}

.worktime_erea {
	float: none;
	width: auto;
	padding: 0 15px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: solid 1px #CCCCCC ;
	background-color: #E9FBFF;
	text-align: center;
}
	
	.movie {
	display: none;
}

.movie_mobi {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
	
	
	.clo_L {
	float: none;
}

.clo_R {
	float: none;
}
	
	
	
}
	
	
@media screen and (max-width:480px){
.item_text {
	text-align: center;
	font-size: 90%;
	margin-bottom: 35px;
}

.point {
	width:165px; 
	text-align: center;
	float: left;
}
	
		.point img {
			width: 100%;
		}

	
	
.col_text {
	padding: 0 ;
	font-size: 75%;
	width: 100%;
}
	
.col_textR {
	padding: 0 ;
	font-size: 75%;
	width: 100%;
}
	

.item_box {
	width: 330px;
	margin: 0 auto;
}
	
.clo_L {
	width: 170px;
	float: none;
}

.clo_R {
	width: 170px;
	float: none;
}
	
	.clo_L img,.clo_R img{
		width: 100%;
	}
	
.imgL {
	width: 170px;
	float: none;
}
	
	.imgL img {
		width: 100%;
	}
	
	.imgR {
	width: 170px;
	float: none;
}
	
	.imgR img {
		width: 100%;
	}
	
	.top780 {
		display: none;
	}
	
		.topmini {
		width: 100%;
		display: block;
		padding: 0;
		margin: 0;
	}
	
	.topmini img {
		width: 100%;
		height: auto;
	}
	
	.col_3 a{
		text-decoration: none;
}
	
		.col_2 a{
		text-decoration: none;
}

	
}