@charset "UTF-8";
@import url('styles/common_responsive.css');
@import url('styles/ta_pages_responsive.css');

/*
Theme Name: TWIN ANGEL
Author: ARTPRESTO / HIYOMEKI
Version: 1.0
License: GNU General Public License
*/

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

/* Reset1 */
/* Reset2 */
/* Form */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{
border-radius:5px;
font-size:15px;
}

/* Styles */
button,
input,
select{
font-size:15px;
}
body{
font-size:15px;
background:#ffffff url(/images/common/bg_wrap.png) center top;
background-size:100px 100px;
}

/* Typography */
h1,h2,h3,h4,h5,h6{
clear:both;
}
hr{
margin-bottom:12px;
height:1px;
background-color:#ccc;
border:0;
}

/* Text */
p{
margin:0 0 12px;
}
dd{
margin:0 0 12px;
}
blockquote{
margin:0 0 12px;
}
address{
margin:0 0 12px;
}

/* Alignment */
.alignleft{
margin-right:12px;
}
.alignright{
margin-left:12px;
}

/*-- Utility --*/
.pconly{
display:none;
}
.sponly{
display:inline;
}

}