*{
    margin:0;
    padding:0;
    font-size:15px;
}

body{
}

li{
    list-style-type:none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

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

a{
    color:inherit;
    text-decoration:none;
}

a img{
    border:none;
}

.center{
    width:980px;
    margin:0 auto;
    position:relative;
}

.newyorktimes{
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    font-style:italic;
}

.gothic{
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

.mincho{
    font-family:'Hiragino Mincho ProN', serif;
}



p{
    font-family: georgia,"times new roman",times,serif;
}

/*
*
* NAV
*
*/

header{
    background-color:#4F4F4F;
    color:#fff;
    height:63px;
}

#homeButton{
    padding:0 10px;
    margin-right:20px;
    border-right:1px solid #0E0E0E;
    height:60px!important;
}

#homeButton img{
    height:60px!important;
}

nav ol{
    float:left;
}

nav li{
    display:block;
    padding:10px;
    cursor:pointer;
}

nav #gnav li{
    float:left;
    height:40px;
}

nav h1{
    text-align:center;
}

.enNav{
    font-size:1.5em;
    font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
    font-weight:normal;
    font-style: italic;
}

.jpNav{
    font-size:0.7em;
}

#logInStatus{
    margin-left:20px;
    float:right;
}

#logInStatus a{
    font-size:13px;
}

#goLogInPage{
    padding:5px;
    margin-top:5px;
    background-color:#54BCB9;
    color:#fff;
    text-align:center;
    font-family: sans-serif;
}

#goSignUpPage{
    padding:5px;
    margin-top:5px;
    background-color:#D36666;
    color:#fff;
    text-align:center;
    font-family:sans-serif;
}

#goMyPage{
    background-color: #6883B6;
    border: 1px solid #8497C4;
    padding:5px;
    margin-top:20px;
    color:#fff;
    text-align:center;
    font-family: sans-serif;
}

#subNav{
    background-color:#4FA5A3;
}

#subNav ol{
    display:block;
    width:980px;
    margin:0 auto;
}

#subNav a{
    font-size:1.5em;
    padding:5px;
    border-radius:5px;
}

#subNav li{
    float:left;
    color:#fff;
    padding:10px;
}

/*
*
* BOX HEAD
*
*/

#boxHead{
    padding:20px;
    margin-top:10px;
}

#boxHead .boxHeadTitle{
    display:inline-block;
    width:490px;
    padding-bottom:10px;
    font-size:2.0em;
    margin-bottom:10px;
    font-weight:bold;
    border-bottom:3px double #eee;
	color:#C00;
}

#boxHead p{
    line-height:1.5em;
    font-size:1.1em;
}

#boxHeadright{
    display:block;
    float:right;
    margin-left:25px;
}

#boxHeadright iframe{
    display:block;
    width:400px;
    height:225px;
    padding:10px;
    background-color:#eee;
}

#boxHeadright img{
    margin:10px 20px
}

#belowYT{
    width:420px;
    height:200px;
    background-image:url('../img/anableDLBG.png');
}

#belowYT p{
    font-weight:bold;
    font-size:2.0em;
    position:relative;
    top:40px;
    text-align:center;
}


/*
*
* flexSlder
*
*/

#greyBottoms{
    background-color:#eee;
}

#recentUpdates{
    font-size:1.5em;
    display:inline-block;
    font-weight:bold;
    position:relative;
    padding:10px 30px;
    margin-bottom:10px;
    margin-left:10px;
}

#recentUpdates:before{
    content: " ";
    display:inline-block;
    position:absolute;
    width:10px;
    height:10px;
    border-radius:10px;
    background-color:#58C3C9;
    left:10px;
    top:17px;
}

#recentUpdates:after{
    content: " ";
    display:inline-block;
    position:absolute;
    width:10px;
    height:10px;
    border-radius:10px;
    background-color:#58C3C9;
    right:10px;
    top:17px;
}

.flexslider{
    width:930px;
    margin:0 auto;
    position:relative;
}

.slides table{
}

.slides li{
    border-right:1px solid #ddd;
    padding:10px 
}

.slides th{
    padding:0 0 10px 0;
    font-weight:bold;
    border-bottom:1px solid #F4F4F4;
}

.slides .carouselImg img{
    width:200px;
    margin:10px 0;
}

.slides .carouselSentense p{
    padding:5px;
}

.carouselDownload,.carouselMovie{
    padding:5px;
    color:#fff;
    border-radius:3px;
    font-size:0.9em;
    margin:0 5px;
}

.carouselButton{
    border-top:1px solid #F4F4F4;
    padding:20px 0;
}

.slides .carouselDownload{
    background-color:#EF6A6A;
}

.slides .carouselMovie{
    background-color:#62A1CD;
}


/*
*
* USAGE
*
*/

#usage{
   width:940px;
   margin:20px;
   background-color:#F5F5F5;
   position:relative;
   margin-top:50px;
}

#flow{
    float:left;
    width:700px;
    padding:10px;
}

.steps{
    height:200px;
    padding-top:10px;
    border-top:3px dotted #ddd;
    position:relative;
}

.bgNumber{
    font-size:5em;
    color:#eee;
    position:absolute;
    z-index:0;
}

.flowBgIcon img{
    width:200px;
    position:absolute;
    right:0;
    bottom:0;
    z-index:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

.stepsSentence{
    position:relative;
    z-index:1;
    top:80px;
    font-size:1.1em;
    line-height:1.5em;
}

#toTrial{
    cursor:pointer;
    float:left;
    display:block;
    margin:5px;
    width:200px;
    height:480px;
    color:#fff;
    background-image:url('../img/belowArrow.png');
    background-position:top center;
    background-repeat:no-repeat;
    text-align:center;
    background-color:#58C3C9;
    padding:5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

#toTrial:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

#toTrial .trialBig{
    display:block;
    padding-top:20px;
    font-size:2.0em;
    font-weight:bold;
}

.flowTitle{
    background-color:#4B4B4B;
    display:inline-block;
    font-size:1.1em;
    font-weight:bold;
    position:relative;
    padding:10px 30px;
    color:#fff;
    margin-bottom:10px;
}

.flowTitle:before{
    content: " ";
    display:inline-block;
    position:absolute;
    width:10px;
    height:10px;
    border-radius:10px;
    background-color:#292929;
    left:10px;
    top:15px;
}

.flowTitle:after{
    content: " ";
    display:inline-block;
    position:absolute;
    width:10px;
    height:10px;
    border-radius:10px;
    background-color:#292929;
    right:10px;
    top:15px;
}

/*
*
* howto
*
*/

.collectionExamples{
    width:940px;
    margin:10px auto;
}

.collectionExamples th{
    font-weight: normal;
    font-size:1.7em;
    padding:5px;
    background-color:#393939;
    color:#fff;
}

.eachExamples{
    padding:10px;
    border:1px solid #ddd;
    width:350px;
    color:#fff;
    background-color:#242323;
}

.eachExamples img{
    display:block;
    width:200px;
    margin:10px;
}

.exampleExplain{
    line-height:1.3em;
    padding:10px 0;
}

.examplesContents{
    font-size:1.1em;
    font-weight:bold;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
    margin-bottom:10px;
}

.examplEseaplain{
    margin:10px 0;
    padding-bottom:10px;
    border-bottom:1px solid #ddd;
}

.examplesContents span{
    font-size:0.8em;
}

.trialDownload,.trialMovie{
    padding:5px;
    color:#fff;
    border-radius:3px;
    font-size:0.9em;
}

.trialDownload{
    background-color:#EF6A6A;
}

.trialMovie{
    background-color:#62A1CD;
}

.arrow_box {
	position: relative;
	background: #eee;
	border-bottom: 2px solid #58C3C9;
        padding:10px 0;
        padding-bottom:15px;
        font-size:1.1em;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #eee;
	border-width: 20px;
	margin-left: -20px;
}
.arrow_box:before {
	border-color: rgba(245, 234, 191, 0);
	border-top-color: #58C3C9;
	border-width: 26px;
	margin-left: -26px;
}


/*
*
* category_page
*
*/

#categoryRWrapper{
    margin:20px 0;
}

.eachCategoryR{
    width:400px;
    background-color:#F7F7F7;
    border-collapse: collapse;
    margin:10px;
    float:left;
}

.eachCategoryR th{
    background-color:#54BCB9;
    color:#fff;
    font-size:1.5em;
    padding:15px;
}

.eachCategoryR td{
    padding:15px;
    font-size:1.2em;
    line-height:1.5em;
}

.goToContents{
    background-repeat:repeat-x;
    background-color:#888;
    background-image:url('../img/rightArrow.png');
    padding:0!important;
    position:relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.goToContents:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

.animateArrow{
}

.goToContents a{
    position: relative;
    z-index: 1;
    display:inline-block;
    padding:15px;
    font-weight:bold;
    color:#fff;
    background-color:#555;
}

/*
*
* contents page
*
*/

.finalCategory{
    padding:10px;
    background-color:#5E5E5E;
    color:#fff;
}

.contentsTable{
    width:220px;
    margin:20px 5px;
    float:left;
    border:1px solid #eee;
    border-radius:5px;
    padding:10px;
}

.contentsTable th{
    padding:0 0 10px 0;
    font-weight:bold;
    border-bottom:1px solid #F4F4F4;
}

.contentsTable img{
    width:200px;
    margin:10px 0;
}

.contentsTable p{
    padding:5px;
}

/* 新作用赤枠　*/
.contentsTable_red{
    width:220px;
    margin:20px 5px;
    float:left;
    border:1px solid red;
    border-radius:5px;
    padding:10px;
}

.contentsTable_red th{
    padding:0 0 10px 0;
    font-weight:bold;
    border-bottom:1px solid #F4F4F4;
}

.contentsTable_red img{
    width:200px;
    margin:10px 0;
}

.contentsTable_red p{
    padding:5px;
}

/* 新作用赤枠　*/

/* オススメ用青枠　*/
.contentsTable_blue{
    width:220px;
    margin:20px 5px;
    float:left;
    border:1px solid blue;
    border-radius:5px;
    padding:10px;
}

.contentsTable_blue th{
    padding:0 0 10px 0;
    font-weight:bold;
    border-bottom:1px solid #F4F4F4;
}

.contentsTable_blue img{
    width:200px;
    margin:10px 0;
}

.contentsTable_blue p{
    padding:5px;
}

/* オススメ用オレンジ枠　*/

.contentsSentense{
    border-bottom:1px solid #eee;
}

.contentsDownload,.contentsMovie{
    padding:5px;
    color:#fff;
    border-radius:3px;
    font-size:0.9em;
    margin:0 5px;
}

.contentsButton{
    padding:10px 0;
}

.contentsDownload{
    background-color:#EF6A6A;
}

.contentsMovie{
    background-color:#62A1CD;
}

.category_i_Exp{
    background-color:#F7F3E0;
    padding:10px;
}

/*
*
*footer
*
*/

footer{
    background-color:#4F4F4F;
}

.index_list {
	margin:50px auto;
	width:900px;
}

.index_list2 {
	float:left;
	margin:2%;
	width:20%;
	line-height:180%;
	font-size:125%;
}

.index_midashi01 {
	font-size:180%;
	font-weight:bold;
	border-bottom:double 3px #800000;
	font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
}

.index_midashi02 {
	font-size:130%;
	font-weight:bold;
	font-family: "nyt-cheltenham",georgia,"times new roman",times,serif;
	color:#483d8b;
	
}

.product_catch {
	font-size:100%;
	line-height:140%;
	color:#006;
	padding:10px 20px;
	width:900px;
	margin:10px 10px;
	border-bottom:solid 2px #000000;
	
}
.product_name {
	font-weight:bold;
	line-height:140%;
	color:#006;
	background-color:#eaf4ff;
	padding:10px 30px;
	width:880px;
	margin:0px 10px;
	
}

.product_number {
	font-size:110%;
	font-weight:bold;
	line-height:140%;
	padding:10px;
	width:960px;
	margin:0px 10px;

}

.product_tag {
   background: #EEE;
   border: 1px solid #DDD;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   color: #111;
   width: 100px;
   padding: 10px 0;
   float:left;
   margin:0px 10px;
   text-align:center;
}

.product_lead {
	padding:10px;
	width:920px;
	margin:0px 10px;
}

	
.product_lead table {
	width:100%;
	margin:0px;
}

.product_lead table th {
	padding:10px;
	background-color:#f5f5f5;
	text-align:left;
	font-size:10pt;
}

.product_lead table td {
	padding:10px;
}

.product_txt {
	padding:10px;
	width:100;
	margin:0px 30px;
}

.product_buy {
	padding:10px;
	width:960px;
	margin:0px 30px;
}

.product_buy table {
	width:80%;
	margin:0px auto;	
	
}

.product_buy table td {
	font-size:180%;
	font-weight:bold;
	padding:30px 20p%;
	text-align:center;
	
	
}

.main_image {
	width:300px;
	vertical-align:top;
}

.catch {
	font-size:120%;
	

}