﻿/*-----------------------------
　navi
------------------------------*/

#navi_wrapper {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	height:160px;
	position:relative;
}

h1{
	position:absolute;
	bottom:1px;
	float:left;
	width:25%;
	max-height:160px;
	}

#hover-click { 
  float:right;
  width:75%;
  display: inline-block; 
  position: relative;
  color:#808080;
  font-weight:bold;
  line-height:30px;
} 
.main_navi {
  display: block;
  float: left;
  width: 33%;

} 
 
.main_navi a { 
  display: block; 
  width: 100%;
  height:75px;
  padding: 70px 0 10px 0; 
  color: #808080; 
  font-size: 14px; 
  text-align: center; 
  text-decoration: none;
}

.menu01{
  border-bottom: 5px solid #E66C1F;
}
.menu02{
  border-bottom: 5px solid #588EDD;
}
.menu03{
  border-bottom: 5px solid #EAC300;
}
	
.menu01 span{
  color:#E66C1F;	
}
.menu02 span{
  color:#588EDD;
}
.menu03 span{
  color:#EAC300;
}
	
.sub_navi {
	display: none;
	z-index: 9999;
	position: absolute;
	top: 100%;
	max-width:580px;
	width:60%;
	padding-left:0%;
	passing-right:1%;
	text-align: center;
	border-radius: 15px;
} 

.menu_s01{
	background-color: rgba(230,108,31,0.40);
	border: 3px solid #E66C1F;
}

.menu_s02{
	background-color: rgba(88,142,221,0.40);
	border: 3px solid #588EDD;
}

.sub_navi ul {
	clear: left;
}

.sub_navi ul li {
	list-style-type: none;
	width: 23%;
	float: left;
	margin-left:1%;
	margin-right:1%;
	max-width:135px;
}

.sub_navi a { 
  height:auto;
  padding:0px;
  margin-right:5px;
  margin-bottom:3px; 
  margin-top:3px;
} 




@media screen and (max-width:918px){
	
#navi_wrapper {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	height:256px;
	position:relative;
}

h1{
	position:relative;
	bottom:1px;
	float:none;
	width:100%;
	max-height:160px;
	text-align:center;
	}

#hover-click { 
  float:none;
  width:99%;
  padding-left:1%;
} 

.main_navi {
  display: block;
  width: 33%;
}
 
.main_navi a { 
  width: 100%;
  height:50px;
  padding: 30px 0 10px 0; 
} 

.sub_navi ul{ 
  display:none;
}

.sub_navi li{ 
  display:none;
} 

.menu_s01{
  display:none;
  border:0px;
}

.menu_s02{
  display:none;
  border:0px;
}
	
}

@media screen and (max-width:683px){
 #hover-click{
	 display:none;
	 }
 #navi_wrapper {
	width: 90%;
	height:160px;
	border-bottom:0px;
}
}


/*-----------------------------
　sub_menu
------------------------------*/
#sub_menu{
	background-color: #EDFFC0;
}

#sub_menu ul{
  padding-top:5px;
  padding-bottom:5px;
  width:60%;
  margin-left:21%;
  margin-right:19%;
}

#sub_menu li{
  display:inline-block;
  width:22%;
  margin-right:1%;
  margin-left:1%;
}

@media screen and (max-width:918px){
#sub_menu ul{
  padding-top:5px;
  padding-bottom:5px;
  width:90%;
  margin-left:5%;
  margin-right:5%;
}
}

@media screen and (max-width:480px){
#sub_menu li{
  max-width:210px;
  width:45%;
  margin-right:2%;
  margin-left:2%;
}
}

@media screen and (max-width:300px){
#sub_menu li{
  max-width:210px;
  width:90%;
  margin-right:5%;
  margin-left:5%;
}
}

/*-----------------------------
　ind_section
------------------------------*/
#content{
 width:85%;
 margin-left:7.5%;
 margin-right:7.5%;
 padding-top:20px;
}

.ind_group{
    margin:0 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;

}


.ind_section{
	width: 32%;
	text-align: center;
	line-height: 23px;
	font-size: 14px;
	float: left;
	margin-left:16%;
	margin-right:14%;
}


.ind_section span{
	font-weight:bold;
}

.ind_comment{
	margin-top:15px;
}

ind_section a:hover{
	display: block;
	text-decoration: none;

}

.ind_soft01 a,
.ind_soft02 a,
.ind_soft03 a,
.ind_soft04 a,
.ind_soft05 a{
  display:block;
  text-decoration:none;
  padding-top:71%;
  padding-right:2%;
  padding-left:2%;
  padding-bottom:20px;	
}

.ind_soft01 a:hover{
	border-radius: 15px;
	background-image: url(../images/soft01_on.png);
	background-position: 50% 0%;
	background-size: 70%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;

}

.ind_soft01{
	border: 5px solid #E76C00;
	border-radius: 15px;
	background-image: url(../images/soft01_off.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: 70%;
	background-color: #E76C00;
	margin-right:1%;
}

.ind_soft02 a:hover{
	border-radius: 15px;
	background-image: url(../images/soft02_on.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: 70%;
	background-color: #FFFFFF;
}

.ind_soft02{
	border: 5px solid #009844;
	border-radius: 15px;
	background-image: url(../images/soft02_off.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: 70%;
	background-color: #009844;
	margin-left:1%;
}

.ind_soft03 a:hover{
	border-radius: 15px;
	background-image: url(../images/soft03_on.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: 70%;
	background-color: #FFFFFF;
}

.ind_soft03{
	border: 5px solid #8DD1EE;
	border-radius: 15px;
	background-image: url(../images/soft03_off.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: 70%;
	background-color: #8DD1EE;
	margin-right:1%;
}

.ind_soft04 a:hover{
	border-radius: 15px;
	background-image: url(../images/soft04_on.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: 70%;
	background-color: #FFFFFF;
}

.ind_soft04{
	border: 5px solid #8DC21F;
	border-radius: 15px;
	background-image: url(../images/soft04_off.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: 70%;
	background-color: #8DC21F;
	margin-left:1%;
}

.ind_soft05 a:hover{
	border-radius: 15px;
	background-image: url(../images/soft05_on.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: 70%;
	background-color: #FFFFFF;
}

.ind_soft05{
	border: 5px solid #A2BBE1;
	border-radius: 15px;
	background-image: url(../images/soft05_off.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: 70%;
	background-color: #A2BBE1;
	margin-right:1%;
}

.ind_info{
	border: 5px solid #FFE200;
	border-radius: 15px;
	background-color: #FFE200;	
	margin-left:1%;

}

.ind_info dl{
	width:90%;
	margin-right:5%;
	margin-left:5%;
	margin-top:20px;
}

.ind_info dt{
	text-align:left;
	font-weight:bold;
}

.ind_info dd{
	text-align:left;
	border-bottom:1px dotted #808080;
	margin-bottom:7px;
	padding-bottom:2px;
}

.ind_info img{
	margin-right:5px;
	margin-bottom:5px;
}

@media screen and (max-width:1024px){

#content{
 width:90%;
 margin-left:5%;
 margin-right:5%;
 padding-top:20px;
}
	

.ind_section{
	width: 45%;
	margin-left:2%;
	margin-right:2%;
}

.ind_soft01,
.ind_soft03,
.ind_soft05{
	margin-right:1%;
}

.ind_soft02,
.ind_soft04,
.ind_info{
	margin-left:1%;
}
}

@media screen and (max-width:683px){
#content{
 width:95%;
 margin-left:2.5%;
 margin-right:2.5%;
 padding-top:20px;
}	
	
.ind_section{
	width: 47%;
	margin-left:0%;
	margin-right:0%;
}

.ind_soft01,
.ind_soft03,
.ind_soft05{
	margin-right:2%;
}

.ind_soft02,
.ind_soft04,
.ind_info{
	margin-left:0%;
}
	
	
}

@media screen and (max-width:543px){
#content{
 width:95%;
 margin-left:2.5%;
 margin-right:2.5%;
 padding-top:20px;
}	
	
.ind_section{
	width: 100%;
	float:none;
	margin-left:0%;
	margin-right:0%;
	margin-bottom:15px;
}

.ind_soft01,
.ind_soft03,
.ind_soft05{
	margin-right:0%;
}

.ind_soft02,
.ind_soft04,
.ind_info{
	margin-left:0%;
}
	
	
}

/*-----------------------------
　footer
------------------------------*/
 #footer{
	 background:#D4F6FF;
	 padding-top:20px;
 	 padding-bottom:20px;
}

.footer_wrapper{
	width:600px;
	margin:0 auto;
	font-size:12px;
	border-top:1px solid #808080;
    border-bottom:1px solid #808080;
	min-height:130px;
}

#footer ul{
	width:29%;
	margin-right:2%;
	margin-left:2%;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

#footer li{
	line-height:25px;	
}

#banner{
	width:600px;
	margin:0 auto;
    border-bottom:1px solid #808080;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

#banner img{
	margin-left:2px;
	margin-right:2px;
	margin-bottom:5px;
}

#copyright{
  font-size:10px;
  width:600px;
  margin:0 auto;
  text-align:right;
}


@media screen and (max-width:683px){
.footer_wrapper{
	width:95%;
	margin-right:2.5%;
	margin-left:2.5%;
}
#footer ul{
	width:30%;
	margin-right:1.6%;
	margin-left:1.6%;
}
#banner{
	width:95%;
	margin-right:2.5%;
	margin-left:2.5%;
}
#copyright{
	width:95%;
	margin-right:2.5%;
	margin-left:2.5%;
}
}

@media screen and (max-width:568px){
.footer_wrapper{
	width:60%;
	margin-right:20%;
	margin-left:20%;
}

#footer ul{
	float:none;
	width:75%;
	margin-right:12.5%;
	margin-left:12.5%;
}
#banner{
	width:60%;
	margin-right:20%;
	margin-left:20%;
}

#banner img{
	margin-bottom:5px;	
}
#copyright{
	width:60%;
	margin-right:20%;
	margin-left:20%;
}
}

@media screen and (max-width:320px){
.footer_wrapper{
	width:90%;
	margin-right:5%;
	margin-left:5%;
}

#footer ul{
	float:none;
	width:90%;
	margin-right:5%;
	margin-left:5%;
}

#copyright{
	width:90%;
	margin-right:5%;
	margin-left:5%;
}
}



/*-----------------------------
　soft01 soft02
------------------------------*/
#item_content01{
	text-align: center;
	background-color: #EDFFC0;
	background-image: url(../images/back_star.png);
	background-repeat: repeat;
	border-top: 1px solid #808080;
	padding-top: 30px;
	padding-bottom: 20px;
}

#item_content01 h2 {
	font-weight: bold;
	font-size: 25px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
#item_content01 img {
	margin-bottom: 20px;
}

#item_content01 p  {
	line-height: 25px;
	margin-bottom: 20px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
#item_content01 span {
	font-weight: bold;
}
#item_content01 .textrb {
	color: #D1311C;
	font-size: 120%;
}

/*-----------------------------
　page_menu
------------------------------*/
#page_menu{
	text-align: center;
	background-color: #EDFFC0;
	background-image: url(../images/back_star.png);
	background-repeat: repeat;
	border-top: 1px solid #808080;
}

#page_menu ul{
	width:70%;
	margin-left:15%;
	margin-right:15%;
}

#page_menu li{
	display:inline-block;
	width:31%;
}

@media screen and (max-width:580px){
#page_menu ul{
	width:90%;
	margin-left:5%;
	margin-right:5%;
}

#page_menu li{
	display:inline-block;
	width:31%;
}
	
}


/*-----------------------------
　soft01 disc01
------------------------------*/

/*---- title -----*/
#soft01disc01 #disc_title{
	background-image: url(../soft01/images/soft01_back.png);
	background-repeat: repeat;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 20px;
}

/*---- stage -----*/
#soft01disc01 #disc_stage dt{
	background-color: #FFA06C;
	border-radius: 15px;
	text-align: center;
}

/*---- review -----*/
#soft01disc01 #disc_review{
	background-color: #FFA06C;
	padding-top:40px;
	padding-bottom:40px;
}

/*---- step -----*/
#soft01disc01 #disc_step{
	background-image: url(../soft01/images/soft01_back.png);
	background-repeat: repeat;
	padding-bottom:50px;
	padding-top:50px;
}

#soft01disc01 #disc_step h3{
	color: #E76C00;
}

#soft01disc01 #disc_step h4{
	color: #E76C00;
}

#soft01disc01 #disc_step .omake_wrapper h4{
	color: #ffffff;
}

#soft01disc01 .step_wrapper{
	border: 16px solid #E76C00;
}
#soft01disc01 .omake_wrapper{
	background-color: #FFD00B;
	border-radius: 16px;
	border: 16px solid #FFD00B;
	width: 50%;
	margin-top:60px;
	margin-left: 23%;
	margin-right: 27%;
	padding: 20px;
	background-image: url(../soft01/images/point2.png);
	background-repeat: no-repeat;
	background-position: 2% 94%;
}

/*-----------------------------
　soft01 disc02
------------------------------*/

/*---- title -----*/
#soft01disc02 #disc_title{
	background-image: url(../soft01/images/soft02_back.png);
	background-repeat: repeat;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 20px;
}

/*---- stage -----*/
#soft01disc02 #disc_stage dt{
	background-color: #56D68A;
	border-radius: 15px;
	text-align: center;
}

/*---- review -----*/
#soft01disc02 #disc_review{
	background-color: #56D68A;
	padding-top:40px;
	padding-bottom:40px;
}

/*---- step -----*/
#soft01disc02 #disc_step{
	background-image: url(../soft01/images/soft02_back.png);
	background-repeat: repeat;
	padding-bottom:50px;
	padding-top:50px;
}

#soft01disc02 #disc_step h3{
	color: #009844;
}

#soft01disc02 #disc_step h4{
	color: #009844;
}

#soft01disc02 #disc_step .omake_wrapper h4{
	color: #ffffff;
}

#soft01disc02 .step_wrapper{
	border: 16px solid #009844;
}
#soft01disc02 .omake_wrapper{
	background-color: #2BA800;
	border-radius: 16px;
	border: 16px solid #2BA800;
	width: 50%;
	margin-top:60px;
	margin-left: 23%;
	margin-right: 27%;
	padding: 20px;
	background-image: url(../soft01/images/point2.png);
	background-repeat: no-repeat;
	background-position: 2% 94%;
}


/*-----------------------------
　soft01 disc03
------------------------------*/

/*---- title -----*/
#soft01disc03 #disc_title{
	background-image: url(../soft01/images/soft03_back.png);
	background-repeat: repeat;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 20px;
}

/*---- stage -----*/
#soft01disc03 #disc_stage dt{
	background-color: #B4E9FC;
	border-radius: 15px;
	text-align: center;
}

/*---- review -----*/
#soft01disc03 #disc_review{
	background-color: #B4E9FC;
	padding-top:40px;
	padding-bottom:40px;
}

/*---- step -----*/
#soft01disc03 #disc_step{
	background-image: url(../soft01/images/soft03_back.png);
	background-repeat: repeat;
	padding-bottom:50px;
	padding-top:50px;
}

#soft01disc03 #disc_step h3{
	color: #8DD1EE;
}

#soft01disc03 #disc_step h4{
	color: #8DD1EE;
}

#soft01disc03 #disc_step .omake_wrapper h4{
	color: #ffffff;
}

#soft01disc03 .step_wrapper{
	border: 16px solid #8DD1EE;
}
#soft01disc03 .omake_wrapper{
	background-color: #00B7E2;
	border-radius: 16px;
	border: 16px solid #00B7E2;
	width: 50%;
	margin-top:60px;
	margin-left: 23%;
	margin-right: 27%;
	padding: 20px;
	background-image: url(../soft01/images/point2.png);
	background-repeat: no-repeat;
	background-position: 2% 94%;
}

/*-----------------------------
　soft01 disc04
------------------------------*/

/*---- title -----*/
#soft01disc04 #disc_title{
	background-image: url(../soft01/images/soft04_back.png);
	background-repeat: repeat;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 20px;
}

/*---- stage -----*/
#soft01disc04 #disc_stage dt{
	background-color: #BDDB61;
	border-radius: 15px;
	text-align: center;
}

/*---- review -----*/
#soft01disc04 #disc_review{
	background-color: #BDDB61;
	padding-top:40px;
	padding-bottom:40px;
}

/*---- step -----*/
#soft01disc04 #disc_step{
	background-image: url(../soft01/images/soft04_back.png);
	background-repeat: repeat;
	padding-bottom:50px;
	padding-top:50px;
}

#soft01disc04 #disc_step h3{
	color: #8DC21F;
}

#soft01disc04 #disc_step h4{
	color: #8DC21F;
}

#soft01disc04 #disc_step .omake_wrapper h4{
	color: #ffffff;
}

#soft01disc04 .step_wrapper{
	border: 16px solid #8DC21F;
}
#soft01disc04 .omake_wrapper{
	background-color: #74D800;
	border-radius: 16px;
	border: 16px solid #74D800;
	width: 50%;
	margin-top:60px;
	margin-left: 23%;
	margin-right: 27%;
	padding: 20px;
	background-image: url(../soft01/images/point2.png);
	background-repeat: no-repeat;
	background-position: 2% 94%;
}


/*-----------------------------
　soft01 disc01~04共通
------------------------------*/
/*---- title -----*/

#disc_title p{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	line-height: 27px;
	font-size: 14px;
}
#disc_title p.disc_age{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 16px;
}

/*---- stage -----*/
#disc_stage{
	width:80%;
	margin-left:10%;
	margin-right:10%;
}

#disc_stage h3{
	text-align: center;
	margin-bottom: 20px;
}

#disc_stage h3 span{
	color: #D1311C;
}

#disc_stage ul{
	text-align:center;
	margin-bottom: 20px;
}

#disc_stage li{
	text-align:center;
	margin-right:1%;
	width:99%;
}

#disc_stage dl{
	width:31%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:30px;
	float:left;
}


#disc_stage dd {
	text-align: center;
}


@media screen and (max-width:480px){
#disc_stage dl{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:20px;
	float:none;
}
}

/*---- review -----*/
#disc_review h3{
	color: #ffffff;
	font-size: 35px;
	padding-left:10%;
}

#disc_review ul{
	width:80%;
	margin-left:10%;
	margin-right:10%;	
}

#disc_review li{
	float:left;
	width:25%;
}

@media screen and (max-width:1200px){
#disc_review ul{
	width:90%;
	margin-left:5%;
	margin-right:5%;	
}
}

@media screen and (max-width:1000px){
#disc_review li{
	width:33%;
}
}

@media screen and (max-width:768px){
#disc_review li{
	width:50%;
}
}

@media screen and (max-width:480px){
#disc_review h3{
	color: #ffffff;
	font-size: 34px;
	padding-left:7%;
}

#disc_review li{
	width:100%;
}
}

/*---- step -----*/
#disc_step h3{
	font-size: 30px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


#disc_step h4{
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: 20px;	
}

#disc_step .left{
	float: left;
	width: 65%;
}

@media screen and (max-width:1732px){
#disc_step .left{
	width: 100%;
}
}

#disc_step .right{
	float:right;
}

#disc_step li{
	line-height:27px;
}

#disc_step .point{
	padding-left:20px;
	font-weight:bold;
	margin-bottom:20px;
}

#disc_step .point span{
	color:#D1311C;
}


#disc_step .step_next{
	width:67px;
	margin:0 auto 20px;
}

#disc_step .step_wrapper{
	border-radius: 16px;
	background-color: rgba(255,255,255,0.80);
	width:50%;
	margin-left:23%;
	margin-right:27%;
	margin-bottom:30px;
	padding:20px;
}

@media screen and (max-width:683px){

#disc_step .step_wrapper{
	width:60%;
	margin-left:14%;
	margin-right:0%;
}
#disc_step .omake_wrapper{
	width: 60%;
	margin-left: 14%;
	margin-right: 0%;
}

#disc_step .left{
	float:none;
}

#disc_step .right{
	float:none;
	text-align:center;
}

#disc_step h4{
	text-align:center;
	padding-left: 0px;
}

}

@media screen and (max-width:480px){

#disc_step .step_wrapper{
	width:75%;
	margin-left:3%;
	margin-right:0%;
}
#disc_step .omake_wrapper{
	width: 75%;
	margin-left: 3%;
	margin-right: 0%;
}

}


/*-----------------------------
　root
------------------------------*/
#soft_root{
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 1200px;
}
#soft_root .sp{
    display:none;	
}
#soft_root img {
	margin-bottom: 30px;
}
#soft_root .root01 li {
	display: inline-block;
	margin-right: 61px;
}
#soft_root .root01 .last {
	margin-right: 0px;
}
#soft_root .root03 li {
	display: inline-block;
	margin-right: 34px;
}
#soft_root .root03 .last {
	margin-right: 0px;
}

@media screen and (max-width:1220px){
#soft_root{
	margin-left: 5%;
    margin-right:5%;
	width: 90%;
}
#soft_root .root01 li {
	width:23%;
	margin-right: 2%;
}
#soft_root .root01 .last {
	margin-right: 0px;
}
#soft_root .root03 li {
	width:48%;
	margin-right: 3%;
}
#soft_root .root03 .last {
	margin-right: 0px;
}
}

@media screen and (max-width:865px){
#soft_root .root01 li {
	width:23%;
	margin-right: 1.6%;
}
}

@media screen and (max-width:580px){
#soft_root .sp{
    display:block;	
}
#soft_root .normal{
	display:none;
}	
#soft_root .root01 li {
	width:49%;
	margin-right: 0%;
}
#soft_root .root03 li {
	display: block;
	width:100%;
	margin-right: 0px;
}
#soft_root .root03 .last {
	margin-right: 0px;
}
}

/*-----------------------------
　soft01download
------------------------------*/
#free_download{
	background-image: url(../soft01/images/soft01_back.png);
	background-repeat: repeat;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 20px;
}

.download_button{
	margin-bottom:30px;	
}

#download_rules{
	border: 16px solid #F97D86;
	border-radius: 16px;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 40px;
	margin-top: 30px;

}

#download_rules h3{
	color: #F97D86;
	font-size: 25px;
	text-align: center;
	border-bottom: 2px solid #F97D86;
	padding-top: 15px;
	padding-bottom: 15px;
	
}

#download_rules dl{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2%;
	margin-bottom: 2%;
	border-bottom: 1px solid #808080;
	
}

#download_rules dt{
	margin-bottom: 10px;
	padding-left: 1%;
	padding-right: 1%;
	
}

#download_rules dd{
	margin-bottom: 8px;
	padding-left: 2%;
	padding-right: 2%;
	
}

#download_rules .system_link{
	border-top: 2px solid #F97D86;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	
}
#download_rules .system_link a {
	color: #F97D86;
	font-size: 18px;
	font-weight: bold;
	display:block;
}

@media screen and (max-width:480px){

#download_rules{
	border: 16px solid #F97D86;
	border-radius: 16px;
	width: 85%;
	margin-left: 4%;
	margin-right: 2%;
	margin-bottom: 50px;

}

#download_rules dl{
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 2%;
	margin-bottom: 2%;
	border-bottom: 1px solid #808080;
	
}
	
}

/*-----------------------------
　soft01order
------------------------------*/
#soft01order #item_content01 dl{
	clear:left;
	width:450px;
	margin:20px auto;
}
#soft01order #item_content01 dt{
	text-align:left;
	float:left;
	width:170px;
	padding-top:5px;
	padding-bottom:5px;
}
#soft01order #item_content01 dd{	
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #EAC300;
}

#order_download,
#order_dvd{
	border: 16px solid #EAC300;
	border-radius: 16px;
	width: 70%;
	margin-top:40px;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 40px;
}

@media screen and (max-width:568px){
#order_download,
#order_dvd{
	border: 16px solid #EAC300;
	border-radius: 16px;
	width: 80%;
	margin-top:40px;
	margin-left: 5%;
	margin-right: 0%;
	margin-bottom: 40px;
}

#soft01order #item_content01 dl{
	width:80%;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
}

#soft01order #item_content01 dt{
	float:none;
	text-align:center;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}
#soft01order #item_content01 dd{	
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #EAC300;
}
}

#order_download h3,
#order_dvd h3{
	color: #EAC300;
	font-size: 25px;
	text-align: center;
	border-bottom: 2px solid #EAC300;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom:20px;
}

#order_download p,
#order_dvd p{
	padding-left:5%;
	padding-right:5%;
	line-height:25px;	
}

#order_download span,
#order_dvd span{
	color:#D1311C;	
	font-weight:bold;
}

#order_download img.order_image,
#order_dvd img.order_image{
	margin-top:20px;
	margin-bottom:20px;
	width:70%;
	margin-left:15%;
	margin-right:15%;
}

#order_download .shopping_link,
#order_dvd .shopping_link{
	border-top: 2px solid #EAC300;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	
}
#order_download .shopping_link a,
#order_dvd .shopping_link a {
	color: #EAC300;
	font-size: 18px;
	font-weight: bold;
	display:block;
}

/*-----------------------------
　soft01system
------------------------------*/
#system{
	border: 16px solid #CF96EA;
	border-radius: 16px;
	width: 70%;
	margin-top:40px;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 40px;	
}

#system h3{
	color: #CF96EA;
	font-size: 25px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}

#system h4{
	color: #CF96EA;
	font-size: 15px;
	text-align: center;
	border-bottom: 2px solid #CF96EA;
	padding-bottom: 15px;
	margin-bottom:20px;
}

#system dl{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2%;
	margin-bottom: 2%;
	border-bottom: 1px solid #808080;
}

#system dt{
	margin-bottom: 10px;
	padding-left: 1%;
	padding-right: 1%;
	font-weight:bold;
}

#system dd{
	margin-bottom: 8px;
	padding-left: 2%;
	padding-right: 2%;
	
}

#system img{
	margin-top:20px;
	margin-bottom:20px;
	width:70%;
	margin-left:15%;
	margin-right:15%;	
}

@media screen and (max-width:480px){

#system{
	border: 16px solid #CF96EA;
	border-radius: 16px;
	width: 85%;
	margin-left: 3%;
	margin-right: 2%;
	margin-bottom: 50px;

}

#system dl{
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 2%;
	margin-bottom: 2%;
	border-bottom: 1px solid #808080;
	
}
	
}


/*-----------------------------
　soft02 disc01
------------------------------*/

/*---- title -----*/
#soft02disc01 #disc_title{
	background-image: url(../soft02/images/soft01_back.png);
	background-repeat: repeat;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 20px;
	background-color: #CAF5FF;
}

/*---- stage -----*/
#soft02disc01 #disc_stage dt{
	background-color: #FFFFCC;
	border-radius: 15px;
	text-align: center;
}

#soft02disc01 #disc_stage dt img{
	border-radius: 15px;
}

/*---- step -----*/
#soft02disc01 #disc_step{
	background-image: url(../soft02/images/soft01_back2.png);
	background-repeat: repeat;
	padding-bottom:50px;
	padding-top:50px;
}

#soft02disc01 #disc_step h3{
	color: #588EDD;
}

#soft02disc01 #disc_step h4{
	color: #588EDD;
}

#soft02disc01 .step_wrapper{
	border: 16px solid #588EDD;
}




/*-----------------------------
　soft02history
------------------------------*/
#history{
	border: 16px solid #8DD1EE;
	border-radius: 16px;
	width: 70%;
	margin-top: 40px;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 50px;
	background-image: url(../soft02/images/timeline.png);
	background-repeat: no-repeat;
	background-position: 97% 0%;
}

#history .textrb{
	font-weight:bold;
	color:#D1311C;	
}

#history h3{
	color:#8DD1EE;
	font-size:17px;
	margin-bottom:10px;
}

.history_wrapper{
	border-bottom: 1px solid #808080;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:5%;
	padding-right:5%;	
}


.history_wrapper2{
	border-top: 1px solid #808080;
	padding-top:30px;
	padding-bottom:10px;
	margin-top:20px;
}

.history_image{
	margin-top:10px;	
}


@media screen and (max-width:1173px){
#history{
	width: 80%;
	margin-left: 8%;
	margin-right: 12%;
}
}

@media screen and (max-width:768px){
#history{
	width: 85%;
	margin-left: 4%;
	margin-right: 5%;
}

.history_image{
	text-align:center;	
}

}


#cooperation{
	border: 16px solid #8DD1EE;
	border-radius: 16px;
	width: 60%;
	margin-top: 40px;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 50px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:5%;
	padding-right:5%;	
}

#cooperation h4{
	color:#8DD1EE;
	font-size:17px;
	margin-bottom:10px;	
}

@media screen and (max-width:1173px){
#cooperation{
	width: 70%;
	margin-left: 8%;
	margin-right: 12%;
}
}

@media screen and (max-width:768px){
#cooperation{
	width: 75%;
	margin-left: 4%;
	margin-right: 5%;
}
}


/*-----------------------------
　soft02group
------------------------------*/
#group{
	border: 16px solid #EAC300;
	border-radius: 16px;
	width: 70%;
	margin-top: 40px;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-position: 97% 0%;
}

#group p{
	padding-left:5%;
	padding-right:5%;	
}

#group .textrb{
	font-weight:bold;
	color:#D1311C;	
}

#group h3{
	color:#EAC300;
	font-size:17px;
	margin-bottom:10px;
}

.group_wrapper{
	border-bottom: 1px solid #808080;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:5%;
	padding-right:5%;	
}

#group figure{
	text-align:center;	
}


@media screen and (max-width:1173px){
#group{
	width: 80%;
	margin-left: 8%;
	margin-right: 12%;
}
}

@media screen and (max-width:768px){
#group{
	width: 85%;
	margin-left: 4%;
	margin-right: 5%;
}

.group_image{
	text-align:center;	
}

}


/*-----------------------------
　soft02download
------------------------------*/
#pao_download{
	background-image: url(../soft02/images/soft01_back.png);
	background-color: #CAF5FF;
	background-repeat: repeat;
	text-align: center;
	padding-bottom: 50px;
	padding-top: 20px;
}


.download_step{
	background-color:#A2BBE1;	
	border-radius: 16px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:10px;
	width:300px;
	text-align:left;
	margin:0 auto;
}

.download_step li{
	padding-top:5px;
	padding-bottom:5px;	
}

#form_download{
	border: 16px solid #A2BBE1;
	border-radius: 16px;
	width: 70%;
	margin-top:40px;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 40px;
}

#form_download h2{
	color: #A2BBE1;
	font-size: 25px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}

#form_download h3{
	color: #A2BBE1;
	font-size: 15px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 2px solid #A2BBE1;
	margin-bottom:20px;
}

.privacy_consent{
	text-align:center;
	margin-bottom:10px;
	line-height:25px;
	padding-left:10px;
	padding-right:10px;
}

.privacy_consent a{
	text-decoration:underline;
	font-weight:bold;	
}

.privacy_consent span{
	font-weight:bold;
	color:#D1311C;	
}

#form_download table{
	width:100%;
}

#form_download th{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #A2BBE1;
	color: #252525;
	padding-left: 5%;
}

#form_download td{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
}

#form_download select{
	border:1px solid #aaaaaa;
	}


#form_download .form_button{
	margin-top:20px;
	border-top: 2px solid #A2BBE1;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}



@media screen and (max-width:768px){
#form_download{
	width: 80%;
	margin-left: 7%;
	margin-right: 8%;
}
}

@media screen and (max-width:568px){
#form_download table{
	width:auto;
}

#form_download textarea{
	width:100%;	
}

#form_download select{
	width:100%;
}

#form_download input{
	width:100%;
}

	
}



/*-----------------------------
　soft02review
------------------------------*/

#soft02review #disc_review{
	background-color: #A2BBE1;
	padding-top:40px;
	padding-bottom:40px;
}


#soft02review #disc_review2{
	background-color: #588EDD;
	padding-top:40px;
	padding-bottom:40px;
}


#soft02review #disc_review h3{
	color: #ffffff;
	font-size: 35px;
	padding-left:0;
	text-align:center;
}

#soft02review #disc_review h4,
#soft02review #disc_review2 h4{
	color: #ffffff;
	font-size: 35px;
	text-align:center;
}

#disc_review ul,
#disc_review2 ul{
	width:80%;
	margin-left:10%;
	margin-right:10%;	
}

#disc_review li,
#disc_review2 li{
	float:left;
	width:25%;
}

@media screen and (max-width:1200px){
#disc_review ul,
#disc_review2 ul{
	width:90%;
	margin-left:5%;
	margin-right:5%;	
}
}

@media screen and (max-width:1000px){
#disc_review li,
#disc_review2 li{
	width:33%;
}
}

@media screen and (max-width:768px){
#disc_review li,
#disc_review2 li{
	width:50%;
}
}

@media screen and (max-width:480px){
#soft02review #disc_review h3{
	color: #ffffff;
	font-size: 28px;
	padding-left:0;
	text-align:center;
}

#soft02review #disc_review h4,
#soft02review #disc_review2 h4{
	color: #ffffff;
	font-size: 28px;
	text-align:center;
}

#disc_review li,
#disc_review2 li{
	width:100%;
}
}






/*-----------------------------
　info
------------------------------*/
#item_content02{
	border-top: 1px solid #808080;
	padding-top: 40px;
	padding-bottom: 50px;
}


/*-----------------------------
　infochara
------------------------------*/
.charalist{
	text-align:center;	
}

.charalist img{
	margin-top: 20px;
	margin-bottom: 20px;
	
}

.line{
	background-image: url(../info/images/line.png);
	background-repeat: repeat-x;
	height: 32px;
}


/*-----------------------------
　infonovelty
------------------------------*/
#noveltyitem01{
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
}

#noveltyitem02{
	width:70%;
	margin-left:15%;
	margin-right:15%;
	margin-bottom: 40px;
}

#noveltyitem02 .right img{
	text-align: center;
}

#noveltyitem02 .right{
	float:left;
	width:70%;
}

#noveltyitem02 .left{
	float:left;	
	width:300px;
}

#noveltyitem02 .wrapper {
	background-color: #C5F0FF;
	border-radius: 15px;
	padding-right: 2%;
	padding-top: 8%;
	padding-bottom: 8%;
	padding-left: 2%;
	text-align: left;
	font-size: 90%;
	line-height:25px;
}

#noveltyitem02 .wrapper span {
	color: #E76C00;
}

@media screen and (max-width:1449px){
#noveltyitem02 .right{
	width:58%;
}
}

@media screen and (max-width:1044px){
#noveltyitem02{
	width:80%;
	margin-left:10%;
	margin-right:10%;
	margin-bottom: 40px;
}

#noveltyitem02 .right{
	width:58%;
}
}

@media screen and (max-width:918px){
#noveltyitem02 .right{
	float:none;
	width:100%;
}

#noveltyitem02 .left{
	float:none;	
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
}

/*-----------------------------
　inforules
------------------------------*/
#site_rules{
	border: 16px solid #F97D86;
	border-radius: 16px;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 50px;

}

#site_rules h2{
	color: #F97D86;
	font-size: 25px;
	text-align: center;
	border-bottom: 2px solid #F97D86;
	padding-top: 15px;
	padding-bottom: 15px;
	
}

#site_rules dl{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2%;
	margin-bottom: 2%;
	border-bottom: 1px solid #808080;
	
}

#site_rules dt{
	margin-bottom: 10px;
	padding-left: 1%;
	padding-right: 1%;
	font-weight:bold;
	
}

#site_rules dd{
	margin-bottom: 10px;
	padding-left: 2%;
	padding-right: 2%;
	
}


/*-----------------------------
　infomedia
------------------------------*/
#media{
	border: 16px solid #8DD1EE;
	border-radius: 16px;
	width: 70%;
	margin-top: 40px;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 50px;
	background-image: url(../info/images/timeline.png);
	background-repeat: no-repeat;
	background-position: 97% 0%;
}

#media .wrapper{
	border-bottom: 1px solid #808080;
	padding-top:30px;
	padding-bottom:30px;
}

#media .wrapper .left{
	float:left;	
	width:40%;
	text-align:center;
}

#media .wrapper .right{
	float:left;	
	width:60%;
}

#media .wrapper2{
	border-bottom: 1px solid #808080;
	padding-top:30px;
	padding-bottom:30px;
}

#media .wrapper2 .left{
	float:left;	
	width:50%;
	text-align:center;
}

#media .wrapper2 .right{
	float:left;	
	width:50%;
	text-align:center;
}

#media dl{
	line-height:30px;
	width:90%;	
}

#media dt{
	font-weight:bold;
	font-size:17px;	
}

#media .page{
	font-weight: bold;
	color: #4C4CFF;	
}

#media .wrapper2 dl{
	width:85%;
	margin-left:7.5%;
	margin-right:7.5%;
	clear:left;
}

#media .wrapper2 dt{
	float:left;
}

#media .wrapper2 dd{
	padding-left:10em;	
}

#media figure{
	text-align:center;	
}

@media screen and (max-width:1173px){
#media{
	width: 80%;
	margin-left: 8%;
	margin-right: 12%;
}
	
#media .wrapper .left{
	float:none;	
	width:80%;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
}

#media .wrapper .right{
	float:none;	
	width:80%;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
}

#media dl{
	line-height:30px;
	width:100%;	
}
}

@media screen and (max-width:768px){
#media{
	width: 85%;
	margin-left: 4%;
	margin-right: 5%;
}
#media .wrapper2 dl{
	width:80%;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
}

#media .wrapper2 dt{
	float:none;
}

#media .wrapper2 dd{
	padding-left:0px;	
}

#media .wrapper2 .left{
	float:none;	
	width:80%;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
}

#media .wrapper2 .right{
	float:none;	
	width:80%;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
}

}

/*-----------------------------
　infoform
------------------------------*/

#form_list{
	border: 16px solid #EAC300;
	border-radius: 16px;
	width: 70%;
	margin-top:40px;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 40px;	
}

#form_list h2{
	color: #EAC300;
	font-size: 25px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 2px solid #EAC300;
	margin-bottom:20px;
}

#form_list p{
	width:65%;
	margin-left:17.5%;
	margin-right:17.5%;
	font-size:18px;
}

#form_list dl{
	width:65%;
	margin-left:17.5%;
	margin-right:17.5%;
	margin-top:20px;
	clear:left;
	font-size:18px;
	margin-bottom:20px;
}

#form_list dt{
	width:15%;
	float:left;
	margin-bottom:10px;
	padding-left:1%;
}

#form_list dd{
	margin-bottom:10px;
	border-bottom: 1px dotted #EAC300;
	padding-right:1%;
}

@media screen and (max-width:1238px){
#form_list dl{
	width:80%;
	margin-left:10%;
	margin-right:10%;
}

#form_list p{
	width:80%;
	margin-left:10%;
	margin-right:10%;
}

}

@media screen and (max-width:768px){
#form_list{
	width: 80%;
	margin-left: 7%;
	margin-right: 8%;
}	
	
#form_list dl{
	width:90%;
	margin-left:5%;
	margin-right:5%;
}	
	
#form_list dt{
	width:90%;
	float:none;
	margin-bottom:10px;
	padding-left:1%;
}

#form_list p{
	width:90%;
	margin-left:5%;
	margin-right:5%;
}
}



#form_attention{
	border-top: 2px solid #EAC300;
	padding-bottom:20px;
	padding-top:20px;
}

#form_attention ul{
	width:65%;
	margin-left:17.5%;
	margin-right:17.5%;	
}

#form_attention li{
	margin-bottom:8px;	
}

#form_attention span{
	font-weight:bold;	
}

@media screen and (max-width:1238px){
#form_attention ul{
	width:80%;
	margin-left:10%;
	margin-right:10%;	
}	
}


@media screen and (max-width:768px){
#form_attention ul{
	width:90%;
	margin-left:5%;
	margin-right:5%;	
}

}


#form_info{
	border: 16px solid #EAC300;
	border-radius: 16px;
	width: 70%;
	margin-top:40px;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 40px;
}

#form_info h2{
	color: #EAC300;
	font-size: 25px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}

#form_info h3{
	color: #EAC300;
	font-size: 15px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 2px solid #EAC300;
	margin-bottom:20px;
}

.privacy_consent{
	text-align:center;
	margin-bottom:10px;
	line-height:25px;
	padding-left:10px;
	padding-right:10px;
}

.privacy_consent span{
	font-weight:bold;
	color:#D1311C;	
}

#form_info table{
	width:100%;
}

#form_info th{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EAC300;
	color: #252525;
	padding-left: 5%;
}

#form_info td{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
}

#form_info .form_button{
	margin-top:20px;
	border-top: 2px solid #EAC300;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

#form_info select,
#form_info input,
#form_info textarea{
	border:1px solid #aaaaaa;
	}

#form_info textarea{
	width:60%;	
}

@media screen and (max-width:768px){
#form_info{
	width: 80%;
	margin-left: 7%;
	margin-right: 8%;
}
}

@media screen and (max-width:568px){
#form_info table{
	width:auto;
}

#form_info textarea{
	width:100%;	
}

#form_info select{
	width:100%;
}

#form_info .sp_input{
	width: 97%;
}

	
}

/*-----------------------------
　info_stamp
------------------------------*/
#info_stamp{
	background-color: #ffffff;
	border-top: 1px solid #2DDB1F;
	text-align:center;
}

#info_stamp .wrapper {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

#info_stamp .left {
	float: left;
	width: 50%;
}
#info_stamp img {
	padding-top: 20px;
}

#info_stamp .right {
	float: left;
	width: 50%;
	margin-bottom:20px;
}

@media screen and (max-width:1200px){
#info_stamp .wrapper {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
}

@media screen and (max-width:768px){
#info_stamp .wrapper {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
	
#info_stamp .left {
	float: none;
	width: 100%;
}

#info_stamp .right {
	float: none;
	width: 100%;
}

}







/*-----------------------------
　info_novelty
------------------------------*/
#info_novelty{
	background-color: #FFFFEE;
	border-top: 1px solid #EAC300;
	border-bottom: 1px solid #EAC300;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
#info_novelty .info_novelty_wrapper {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}

#info_novelty p {
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left:10px;
	padding-right:10px;
}


#info_novelty .left {
	float: left;
	width: 50%;
}
#info_novelty .left img {
	padding-top: 5%;
}

#info_novelty .right {
	float: left;
	width: 50%;
}
#info_novelty .wrapper {
	background-color: #C5F0FF;
	border-radius: 15px;
	padding-right: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	text-align: left;
	font-size: 90%;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
#info_novelty .right img {
	position: relative;
	bottom: -16px;
}

#info_novelty .wrapper span {
	color: #E76C00;
}


@media screen and (max-width:1200px){
#info_novelty .info_novelty_wrapper {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

#info_novelty .wrapper {
	width: 95%;
	margin-left: 0%;
	margin-right: 0%;
}
}

@media screen and (max-width:768px){
#info_novelty .info_novelty_wrapper {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
	
#info_novelty .wrapper {
	width: 95%;
	margin-left: 0%;
	margin-right: 0%;
}

#info_novelty .left {
	float: none;
	width: 100%;
}

#info_novelty .right {
	float: none;
	width: 100%;
}

}
