@charset "UTF-8";


/*Basestyle
**************************************************************/
body {
	padding-top: 50px; /*navbar fixed*/
	color: #4C4C4D;
	background-color: #F8F8F8;
}
hr {
	border-color: #D8CED8;
	float: none;
	clear: both;
	margin-top: 2em;
	
}
hr.footer {
	visibility: hidden;
	margin: 0px;
}
h3 {
	color: #75588A;
}
h2 {
	font-size: 1.9em;
	line-height: 150%;
	margin-top: 1.6em;
	text-align: center;
}
.hashtag {
	color: #E19B3A;
}
.separate-line {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/azukiwave/separate-roop.png);
	height: 19px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}
/*改行制御*/
.br-iphone, .br-ipad, .br-pc {
	display: none;
}
/*Slide Show
**************************************************************/
.rslides {
	width: 70%;
	margin: auto;
}
.slideframe {
	background-image: url(../images/audioplayer/iPhone.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
	padding-top: 0%;
	padding-bottom: 0%;
	padding-right: 0%;
}
/*Star
**************************************************************/
.star {
	background-image: url(../images/audioplayer/wave.jpg);
	font-size: 1.3em;
	background-position: center -100px;
	background-repeat: repeat-x;
	padding-top: 50px;
	text-align: center;
	margin-bottom: 3em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.star h2 {
	color: #FFF;
	margin-top: 4%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.star p {
	color: #CCC;
	margin-top: 20px;
}
.star h3 {
	margin-bottom: 2em;
	font-size: 1.2em;
}
.star .logo {
	width: 74%;
	margin-top: 3em;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
img.mainvisual {
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.storelink {
	text-align: center;
	margin-top: 75%;
}
.storelink a {
	vertical-align: middle;
/*	text-indent: -9999px;*/
	margin-right: 6px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.fig-img {
	float: right;
	max-width: 120px;
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 2em;
}
.text-warning {
	color: #FC0;
}

/*縦並び用
*****************************************/
@media screen and (max-width: 991px) {
.star {
	background-image: url(../images/audioplayer/wave.jpg);
	font-size: 1.3em;
	background-position: center -60;
	background-repeat: repeat-x;
	padding: 0px;
	padding-top: 50px;
	text-align: center;
	background-size: auto 78%;
	margin-bottom: 0em;
}
.star .logo {
	width: 84%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.storelink {
	margin: 0;
}
.storelink img {
	height: 40px;
	width: auto;
	margin: auto;
}
.star h2 {
	font-size: 1.6em;
}
.star p {
	font-size: 1em;
}
.rslides {
	width: 90%;
	margin: auto;
}
}

/*ipadの縦表示調整
*******************/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.br-iphone {
	display: none;
}
}

/*横640以下なら
*******************/
@media screen and (max-width: 640px) {
.star {
	background-image: url(../images/audioplayer/wave.jpg);
	font-size: 1.0em;
	background-position: center -50px;
	background-repeat: repeat-x;
	padding: 0px;
	padding-top: 50px;
	text-align: center;
	background-size: auto 76%;
	margin-bottom: 0em;
}
.storelink {
	margin: 0;
}
.storelink img {
	height: 40px;
	width: auto;
	margin-top: 2em;
}
.star h2 {
	font-size: 1.4em;
	margin-top: 0;
}
.star p {
	font-size: 0.8em;
	margin-bottom: 3em;
}
.star .br-iphone {
	display: block;
}
.rslides {
	width: 100%;
	margin: auto;
}
.appname img {
}
}
/*App-Sample and Movie
**************************************************************/
.app-sample {
	padding-bottom: 30px;
	padding-top: 30px;
}
.app-movie a {
	display: block;
	height: 340px;
	background-image: url(../images/audioplayer/play.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.app-sample p {
	font-size: 1.2em;
	line-height: 2em;
}
.app-sample li {
    font-size: 1.2em;
	line-height: 2em;
}
.app-movie {
	background-image: url(../images/audioplayer/bg-movie_white.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	padding-top: 0;
	padding-bottom: 0;
}
.app-movie {
	opacity: 0.6;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
.app-movie:hover, .app-movie:active {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.app-movie:after {
}
.app-sample .row, .app-movie .row {
	width: 94%;
	margin: auto;
}
/*コンテンツ部分の幅を調整*/
.app-feature {
	padding-bottom: 60px;
}
.app-feature img {
	/*float: right;*/
	display: block;
	margin: auto;
	height: 120px;
}
.app-feature img.howtouse{
    height: auto;
    width: 80%;
    float: initial;
}
.app-feature p {
	overflow: auto;
	zoom: 1;
	font-size: 1em;
	margin: 0em;
	line-height: 1.8em;
}
.app-feature h2 {
	margin-bottom: 2em;
	margin-top: 2em;
	color: #73568A;
}
.app-feature h3 {
	font-size: 1.2em;
	margin-bottom: 1.5em;
	text-align: center;
}
.app-feature span {
	font-size: 0.6em;
	margin-left: 0.3em;
	line-height: 160%;
	display: block;
	text-align: center;
	margin-top:0.5em;
}
.app-feature .row div {
	margin-bottom: 1em;
/*	padding-left: 20px;
	padding-right: 20px;*/
}
.forpc {
	display: block;
}
.formb {
	display: none;
}

/*縦表示
******************
@media screen and (max-width: 991px) {
.app-feature .row h2 {
	margin-bottom: 1em;
	margin-top:0;
}
.app-feature .row h3 {
	margin-bottom: 0;
	font-size: 1.2em;
}
.app-feature .row p {
	margin-bottom: 0;
}
.app-feature .row div {
	margin-bottom: 0;
}
.app-sample .br-pc {
	display: block;
}
}*/
/*縦表示
*******************/
@media screen and (max-width: 991px) {
.app-feature .row hr {
	display: none;
}
.app-feature img {
   	float:left;
	display: block;
	margin: auto;
	height: 60px;
	margin-right:1em
}

.app-feature h3 {
	font-size: 1.0em;
	margin-bottom: 1.5em;
	text-align: left;
	margin-top:16px;
}
.app-sample li {
    font-size: 1em;
	line-height: 2em;
}
/*.app-feature .row div{margin:0;}
.app-feature .row{margin:0; padding:0;}
*/
.app-feature .col-md-4{clear:both; padding-top:1em;}
.app-feature span {text-align:left;}
/*.app-feature div.row{width:280px}*/
img.addon{margin-left:-10px;margin-right:0;}
}



/*横表示の際の調整
*******************/
@media screen and (min-width: 992px) {
.app-feature .row hr {
	display: none;
}
}

/*ipadの縦表示調整
*******************/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.star .br-ipad,
.app-sample .br-ipad {
	display: block;
}

.app-feature img {
	height: 80px;
	margin-right:2em
}

.app-feature h3 {
	font-size: 1.3em;
	margin-bottom: 1.5em;
	text-align: left;
	margin-top:20px;
}
/*.app-feature .row div{margin:0;}
.app-feature .row{margin:0; padding:0;}
*/
.app-feature .col-md-4{clear:both; padding-top:1em; }
.app-feature span {text-align:left;}
.app-feature div.row{width:480px}
img.addon{margin-left:-20px;margin-right:1em;}
}

/*横640以下なら
*******************/
@media screen and (max-width: 640px) {
.app-sample .row, .app-movie .row {
	width: 100%;
	margin: auto;
}
.app-sample .br-iphone {
	display: block;
}
.app-sample p {
	font-size: 1em;
	line-height: 160%;
}
}

/*iPhone 4, 4S, 5, 5s, 5c, iPod touch 4, 5
***********************/
/* iPhone 2G, 3G, 3GS, 4, 4S, iPod touch, 2, 3, 4
************************/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
.forpc {
	display: none;
}
.formb {
	display: block;
}
.app-movie {
	background-image: none;
	/*background-color: black;*/
	padding: 0;
	opacity: 1;
}
.app-sample {
	padding-bottom: 0;
	margin-bottom: 0;
}
.app-feature {
	margin-bottom: 60px;
}
}

@media only screen and (device-height: 480px), only screen and (device-width: 480px) {
.forpc {
	display: none;
}
.formb {
	display: block;
}
.app-movie {
	background-image: none;
/*	background-color: black;*/
	padding: 0;
	opacity: 1;
}
.app-sample {
	padding-bottom: 0;
	margin-bottom: 0;
}
.app-feature {
	margin-bottom: 60px;
}
}
/*App info
**************************************************************/
.app-info {
	font-size: 0.9em;
	padding-bottom: 20px;
}
.app-info .row.rounded {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 35px;
	padding-left: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0;
	background-color: #FFF;
	border: 1px solid #E8E6E9;
}
.rounded {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.app-info .bnr {
	margin-bottom: 20px;
}
.app-info p {
	margin-left: 1em;
}
.app-info ul li {
	margin-bottom: 2em;
	line-height: 1.6em;
}
.app-info ul li ul li {
	margin-bottom: auto;
	list-style-type: circle;
}
.app-info ul ul {
	padding-left: 2em;
}
.app-info strong {
	display: block;
	margin-bottom: 0.3em;
	font-weight: normal;
}
.app-info li span, .app-info p span {
	font-size: 0.8em;
	line-height: 160%;
}
.app-info #notes {
	display: block;
	padding: 0.8em;
	font-size: 0.9em;/*	background-color: #F7F7F7;*/
	margin-bottom: 0;
	background-color: #FBFBFB;
	border: 1px solid #E8E6E9;
}
.noteslink{
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	background-color: #FAFAFA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 10px;	/*border: 1px solid #73568A;*/
	border: 1px solid #CFCFCF;
}

.noteslink:link,
.noteslink:visited
{
	/*color: #FFFFFF;*/
}

.noteslink:hover{
	text-decoration: none;
	background-color: #F0F0F0;
}


.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 2px;
	border-top: none
}
.table {
	margin: 0;
}
iframe.twitter-timeline {
	width: 100%;
	margin-top: 0px;
}
.app-info h4 {
	margin-left: 1.4em;
}
.app-info div h3 {
	font-size:1.6em;
	margin-top: 2em;
	margin-bottom:1.6em;
}
/*Tumblr****/
#tumblr li {
	list-style-type: none;
}
#tumblr li, #tumblr ul {
	margin: 0;
	padding: 0;
}
#tumblr img {
	width: 16.67%;
	height: auto;
	float: left;
}
.phasegearlogo {
	margin-top: 2em;
	margin-bottom: 2em;
}
#notes {
	margin-top: 2em;
}

/*横表示の際の調整
*******************/
@media screen and (min-width: 992px) {
#tumblr img {
	width: 25%;
}
.features2 {
	padding-top: 94px;
}
}

/*縦表示
*******************/
@media screen and (max-width: 991px) {
.app-info {
}
}

/*iPad縦
*******************/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
h2 {
	font-size: 2.1em;
}
}

/*横640以下なら
*******************/
@media screen and (max-width: 640px) {
h2 {
	font-size: 1.6em;
}
.app-info .row {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
}
iframe.twitter-timeline {
	margin-top: 0px;
	height: 400px;
}
.app-info h4 {
	margin-left: 0;
}
.app-info ul {
	padding-left: 2em;
}
}
/*footer
*******************/

footer a, footer a:hover, footer a:visited {
	text-decoration: none;
	color: 5F925B;
}
.social a, .social a:hover, .social a:visited {
	text-decoration: none;
	color: #999999;
}
